Skip to content

Commit

Permalink
Add Go version compatibility requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
nullbio committed Sep 4, 2016
1 parent a90796c commit 5d3bd0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5d3bd0b

Please sign in to comment.