diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-12-26 06:31:18 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-12-26 06:31:18 +0530 |
commit | 36cd2854d0cfbe0345623deadbfbde77c974d80c (patch) | |
tree | bcd8e4e2a8f0e056e0358b18b87c95be49f9bfbf /handlers | |
parent | 1be3ab5a61f4d8f1d06d3b99a864bba71dd2d9cc (diff) |
README.md & handler: gofmt and removing redundant flag
Diffstat (limited to 'handlers')
-rw-r--r-- | handlers/handlers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/handlers.go b/handlers/handlers.go index cca1705..c15da0a 100644 --- a/handlers/handlers.go +++ b/handlers/handlers.go @@ -5,8 +5,8 @@ import ( "github.com/justsaumit/go-fis-api/models" "github.com/justsaumit/go-fis-api/utils" "github.com/labstack/echo/v4" - _ "modernc.org/sqlite" "log" + _ "modernc.org/sqlite" "net/http" ) |