Commit Graph

6 Commits

Author SHA1 Message Date
Owen Strain
c36c627b93 Trivial fix to get 'make test' working on Mac (#749)
Apparently GNU find lets you omit the directory but BSD find does not.
2018-02-08 17:52:17 -08:00
Tolga Ceylan
becd7652b1 Shell script error handling (#628)
* fn: fortify shell scripts with euo pipefail
2017-12-23 13:05:41 -08:00
Reed Allman
8a59654582 go vet yourself (#397)
go vet caught some nifty bugs. so fixed those here, and also made it so that
we vet everything from now on since the robots seem to do a better job of
vetting than we have managed to.

also adds gofmt check to circle. could move this to the test.sh script (didn't
want a script calling a script, because $reasons) and it's nice and isolated
in its own little land as it is. side note, changed the script so it runs in
100ms instead of 3s, i think find is a lot faster than go list.

attempted some minor cleanup of various scripts
2017-10-06 08:42:33 -07:00
Denis Makogon
9a89366d1b Addressing review comments
reverting query string caching in favour of Go 1.9 sqlx features
 moving context definition out of call.End to upper level
2017-09-06 21:48:29 +03:00
Denis Makogon
6a541139a9 Make call.End more solid 2017-09-06 21:48:29 +03:00
James Jeffrey
81e39b210d Add go fmt 2017-07-07 10:14:08 -07:00