Update joke_total.go

deleted strconv package is never used
This commit is contained in:
Cakrawala 2022-05-11 21:48:41 +07:00 committed by GitHub
parent ac29cf1c6b
commit 1fa40945d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ package joke
import ( import (
"errors" "errors"
core "jokes-bapak2-api/core/joke" core "jokes-bapak2-api/core/joke"
"strconv"
"github.com/allegro/bigcache/v3" "github.com/allegro/bigcache/v3"
"github.com/gofiber/fiber/v2" "github.com/gofiber/fiber/v2"