Skip to content

Commit 99d92f8

Browse files
author
cg33
committed
refactor(comments): update comments
1 parent b3d35e9 commit 99d92f8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

adm/project.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,8 @@ package tables
323323
324324
import "github.com/GoAdminGroup/go-admin/plugins/admin/modules/table"
325325
326+
// Generators is a map of table models.
327+
//
326328
// The key of Generators is the prefix of table info url.
327329
// The corresponding value is the Form and Table data.
328330
//

examples/datamodel/tables.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package datamodel
22

33
import "github.com/GoAdminGroup/go-admin/plugins/admin/modules/table"
44

5-
// generators is a map of table models.
5+
// Generators is a map of table models.
66
//
77
// The key of generators is the prefix of table info url.
88
// The corresponding value is the Form and TableName data.

0 commit comments

Comments
 (0)