yq/precheckin.sh

10 lines
59 B
Bash
Raw Normal View History

2015-09-28 03:26:02 +00:00
#!/bin/bash
set -e
2015-09-28 03:26:02 +00:00
gofmt -w .
golint
2017-02-12 20:28:48 +00:00
./ci.sh
2015-09-29 01:05:20 +00:00
go install