diff options
author | FChannel <> | 2022-05-22 16:09:43 -0700 |
---|---|---|
committer | FChannel <> | 2022-06-19 12:53:29 -0700 |
commit | 4b001f3f748cfb3a41672120c102c133dfef01ce (patch) | |
tree | 4346efc2060c2edce0b530c572426f3884fa8699 /main.go | |
parent | a66b676481d273508927e64a22e388dc302890ba (diff) |
delete posts working
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() - } |