Update joke_total.go
deleted strconv package is never used
This commit is contained in:
parent
ac29cf1c6b
commit
1fa40945d0
|
@ -3,7 +3,6 @@ package joke
|
|||
import (
|
||||
"errors"
|
||||
core "jokes-bapak2-api/core/joke"
|
||||
"strconv"
|
||||
|
||||
"github.com/allegro/bigcache/v3"
|
||||
"github.com/gofiber/fiber/v2"
|
||||
|
|
Loading…
Reference in New Issue