Move models to its own package
This commit is contained in:
		@@ -2,7 +2,7 @@ package controllers
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
import (
 | 
					import (
 | 
				
			||||||
	"GoWeb/app"
 | 
						"GoWeb/app"
 | 
				
			||||||
	"GoWeb/database/models"
 | 
						"GoWeb/models"
 | 
				
			||||||
	"GoWeb/security"
 | 
						"GoWeb/security"
 | 
				
			||||||
	"GoWeb/templating"
 | 
						"GoWeb/templating"
 | 
				
			||||||
	"net/http"
 | 
						"net/http"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,7 +2,7 @@ package controllers
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
import (
 | 
					import (
 | 
				
			||||||
	"GoWeb/app"
 | 
						"GoWeb/app"
 | 
				
			||||||
	"GoWeb/database/models"
 | 
						"GoWeb/models"
 | 
				
			||||||
	"GoWeb/security"
 | 
						"GoWeb/security"
 | 
				
			||||||
	"log"
 | 
						"log"
 | 
				
			||||||
	"net/http"
 | 
						"net/http"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user