aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/main.go b/main.go
index 0caa138..e08af88 100644
--- a/main.go
+++ b/main.go
@@ -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()
-
}