From e408efacc8ba67ad2b71f81b800bbf05b5c99934 Mon Sep 17 00:00:00 2001 From: xing Date: Wed, 31 May 2023 12:56:57 +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 399a977..32bfdc8 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 //