add Scan/Scanf functions for gcmd; improve gfile.IsEmpty

This commit is contained in:
John
2019-09-05 20:00:01 +08:00
parent dfc76ddb76
commit 952eb7df15
4 changed files with 34 additions and 20 deletions

View File

@ -10,6 +10,4 @@ func main() {
user, err := test.ModelUser().One()
g.Dump(err)
g.Dump(user)
user.Password = "1"
g.Dump(user.Update())
}