From 3be5a549bf61ab7f702249c796608a8954f66a62 Mon Sep 17 00:00:00 2001 From: ryuji-cre8ive Date: Tue, 30 Apr 2024 09:23:02 +0900 Subject: [PATCH] run goimports to solve the error --- schema/relationship.go | 1 + 1 file changed, 1 insertion(+) diff --git a/schema/relationship.go b/schema/relationship.go index bdce5812..32676b39 100644 --- a/schema/relationship.go +++ b/schema/relationship.go @@ -9,6 +9,7 @@ import ( "github.com/jinzhu/inflection" "golang.org/x/text/cases" "golang.org/x/text/language" + "gorm.io/gorm/clause" )