diff options
author | KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> | 2021-10-30 00:31:39 -0300 |
---|---|---|
committer | FChannel <> | 2022-06-19 12:53:29 -0700 |
commit | fbf9732a7a7a599fdc35b7e9e2072d32d2ea9d33 (patch) | |
tree | 4a669e16690fdebf5f597f5bb9a229b888776e48 /session.go | |
parent | 8040825daac4a5ba24e947c4c657d169d7763543 (diff) |
goimports
Diffstat (limited to 'session.go')
-rw-r--r-- | session.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,11 +3,11 @@ package main import ( "bufio" "fmt" - "github.com/gofiber/fiber/v2" - "github.com/gomodule/redigo/redis" "net/http" "os" "strings" + + "github.com/gomodule/redigo/redis" ) var cache redis.Conn |