run goimports to solve the error

This commit is contained in:
ryuji-cre8ive 2024-04-30 09:23:02 +09:00
parent 05789266b1
commit 3be5a549bf
No known key found for this signature in database
GPG Key ID: 974237B9FD6A76DB

View File

@ -9,6 +9,7 @@ import (
"github.com/jinzhu/inflection" "github.com/jinzhu/inflection"
"golang.org/x/text/cases" "golang.org/x/text/cases"
"golang.org/x/text/language" "golang.org/x/text/language"
"gorm.io/gorm/clause" "gorm.io/gorm/clause"
) )