Commit Graph
8 Commits
Author SHA1 Message Date
Chris Johnson 5a829a35de Dont need to disable lll 2016-08-15 19:03:51 -04:00
Chris Johnson 1cfe32f2bf Fix env line 2016-08-15 19:00:25 -04:00
Chris Johnson e34d9b5628 Enable GO15VENDOREXPERIMENT environment variable
Try to fix the Travis failure of the lll linter
2016-08-15 18:56:58 -04:00
Chris Johnson df656e2dc1 Disable the lll linter due to errors 2016-08-12 13:39:06 -04:00
Chris Johnson 189f77e155 Add back exclusion for lint error 2016-08-12 13:21:25 -04:00
Chris Johnson f6cbf2c4df Clean up the way we specify the CREATE TABLE statement 2016-08-12 13:19:46 -04:00
Chris Johnson 2fc037c81e Enable docker host discovery to work across Mac, Linux 2016-08-12 13:18:15 -04:00
Chris Johnson 1eb5e3d517 Remove the Gorp dependency
Removed the underlying Gorp package as a dependency & replaced with use of the standard database/sql driver.

This removes a dependency and makes this package very lightweight and makes database interactions very transparent. Lastly, from the standpoint of unit testing where you want to mock the database layer instead of requiring a real database, you can now easily use a package like [go-SQLMock](https://github.com/DATA-DOG/go-sqlmock) to do just that.

The tests may/not pass for Golang 1.5; it appears that the problem is Travis need to install a linter.
2016-08-11 15:06:09 -04:00