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
This commit is contained in:
Denis Makogon
2017-09-06 09:21:59 +03:00
parent 6a541139a9
commit 9a89366d1b
5 changed files with 86 additions and 97 deletions

View File

@@ -1,7 +1,7 @@
#! /bin/sh
set -e
listFilesExit () {
function listFilesExit () {
echo The following files need to have go fmt ran:
echo $NEED_TO_FORMAT
exit 1