Update setter.go
lol, I forgot to import the strconv package in the last commit
This commit is contained in:
parent
b56b8ab0ac
commit
ac29cf1c6b
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue