mirror of
https://gitee.com/johng/gf.git
synced 2024-11-29 18:57:44 +08:00
fix gdb_fun.go code comments (#2687)
This commit is contained in:
parent
2ece368810
commit
842e5a6774
@ -44,7 +44,7 @@ type iInterfaces interface {
|
||||
Interfaces() []interface{}
|
||||
}
|
||||
|
||||
// iTableName is the interface for retrieving table name fro struct.
|
||||
// iTableName is the interface for retrieving table name for struct.
|
||||
type iTableName interface {
|
||||
TableName() string
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user