Skip to content

Commit

Permalink
refactor(comments): update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cg33 committed Feb 21, 2021
1 parent b3d35e9 commit 99d92f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions adm/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,8 @@ package tables
import "github.com/GoAdminGroup/go-admin/plugins/admin/modules/table"
// Generators is a map of table models.
//
// The key of Generators is the prefix of table info url.
// The corresponding value is the Form and Table data.
//
Expand Down
2 changes: 1 addition & 1 deletion examples/datamodel/tables.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package datamodel

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

// generators is a map of table models.
// Generators is a map of table models.
//
// The key of generators is the prefix of table info url.
// The corresponding value is the Form and TableName data.
Expand Down

0 comments on commit 99d92f8

Please sign in to comment.