aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorFChannel <>2022-05-22 16:09:43 -0700
committerFChannel <>2022-06-19 12:53:29 -0700
commit4b001f3f748cfb3a41672120c102c133dfef01ce (patch)
tree4346efc2060c2edce0b530c572426f3884fa8699 /main.go
parenta66b676481d273508927e64a22e388dc302890ba (diff)
delete posts working
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()
-
}