github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/libraries/go-xorm/xorm/examples/README.md (about)

     1  # Xorm Examples
     2  
     3  Notice: all the examples will ask you install extra package `github.com/mattn/go-sqlite3`, since it depends on cgo. You have to compile it after you install a c++ compile. Please see [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3).
     4  
     5  And then, you can run the examples via `go run xxx.go`. Every go file is a standalone example.