From 61d801c21e2b33de861b3d00fe97a0ab85b86611 Mon Sep 17 00:00:00 2001 From: jianzhiyao Date: Thu, 5 Aug 2021 11:02:13 +0800 Subject: [PATCH] fix format --- client/orm/models_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/client/orm/models_test.go b/client/orm/models_test.go index d93afcb0..ea8a89fc 100644 --- a/client/orm/models_test.go +++ b/client/orm/models_test.go @@ -353,7 +353,6 @@ type NullValue struct { Value string `orm:"size(30);null"` } - type Tag struct { ID int `orm:"column(id)"` Name string `orm:"size(30)"`