From b6091c6b426886af33b2550fea65f60ef0cf595a Mon Sep 17 00:00:00 2001 From: xing Date: Tue, 30 May 2023 20:04:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model/relation.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/relation.go b/model/relation.go index c976266..081338d 100644 --- a/model/relation.go +++ b/model/relation.go @@ -24,7 +24,7 @@ const ( // Relationship join table // -// # RelationType HasOne| HasMany +// RelationType HasOne| HasMany // // eg: hasOne, post has a user. ForeignKey is user's id , Local is post's userId field //