diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -15,8 +15,6 @@ import ( "github.com/gofiber/fiber/v2/middleware/encryptcookie" "github.com/gofiber/fiber/v2/middleware/logger" "github.com/gofiber/template/html" - - _ "github.com/lib/pq" ) func main() { @@ -156,5 +154,4 @@ func Init() { go util.MakeCaptchas(100) go db.CheckInactive() - } |