mirror of
https://gitee.com/johng/gf
synced 2026-07-05 21:32:17 +08:00
add Scan/Scanf functions for gcmd; improve gfile.IsEmpty
This commit is contained in:
@ -10,6 +10,4 @@ func main() {
|
||||
user, err := test.ModelUser().One()
|
||||
g.Dump(err)
|
||||
g.Dump(user)
|
||||
user.Password = "1"
|
||||
g.Dump(user.Update())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user