Update setter.go

lol, I forgot to import the strconv package in the last commit
This commit is contained in:
Cakrawala 2022-05-11 21:47:53 +07:00 committed by GitHub
parent b56b8ab0ac
commit ac29cf1c6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ package joke
import ( import (
"context" "context"
"strconv"
"jokes-bapak2-api/core/schema" "jokes-bapak2-api/core/schema"
"github.com/Masterminds/squirrel" "github.com/Masterminds/squirrel"