Xavier Coulon 3bfe600c82 Clarification on DB.First(...) method
Documenting the limitation on the `func (s *DB) First(out interface{}, where ...interface{}) *DB` method where the column name is optional if the primary key is numeric. In other cases, the name of the column must be provided.
2017-01-16 15:50:47 +01:00
2017-01-02 21:56:33 +08:00
2016-02-29 21:35:41 +08:00
2016-02-26 21:58:36 +08:00
2016-03-08 23:15:08 +08:00
2017-01-02 22:02:51 +08:00

How to Write Documents For GORM

npm install gitbook-cli -g

  • Edit markdown documents under directory documents

  • Compile Documents with ./build.sh

Description
The fantastic ORM library for Golang, aims to be developer friendly
Readme
Languages
Go 99.9%
Shell 0.1%