From 9580678b55a8e14f598df45f0d228f17c10df936 Mon Sep 17 00:00:00 2001 From: xing Date: Mon, 22 May 2023 22:06:22 +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 de4dc1d..cca14dd 100644 --- a/model/relation.go +++ b/model/relation.go @@ -23,7 +23,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 //