Update README.md

This commit is contained in:
Au 2018-04-27 13:09:17 +08:00 committed by GitHub
parent 2277b0cde4
commit ee574ae9b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ Then import the validator package into your own code.
示例:
```golang
datas, e := DB.RawMap("select * from users where user_id=?", 123)
datas, e := db.RawMap("select * from users where user_id=?", 123)
if e != nil {
fmt.Println("err:", e)
}