Add Go version compatibility requirements

This commit is contained in:
Patrick O'brien 2016-09-05 02:11:27 +10:00
parent a90796c698
commit 5d3bd0ba54

View file

@ -165,6 +165,7 @@ fmt.Println(len(users.R.FavoriteMovies))
### Requirements
* Go 1.6 minimum, and Go 1.7 for compatibility tests.
* Table names and column names should use `snake_case` format.
* At the moment we require `snake_case` table names and column names. This
is a recommended default in Postgres. We can reassess this for future database drivers.