Fix import order
This commit is contained in:
		@@ -4,9 +4,8 @@ import (
 | 
			
		||||
	"GoWeb/app"
 | 
			
		||||
	"database/sql"
 | 
			
		||||
	"fmt"
 | 
			
		||||
	"log"
 | 
			
		||||
 | 
			
		||||
	_ "github.com/lib/pq"
 | 
			
		||||
	"log"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
// ConnectDB returns a new database connection
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user