Skip to content
Snippets Groups Projects
Unverified Commit bb713bdc authored by Jean de Klerk's avatar Jean de Klerk Committed by GitHub
Browse files

add lint to regen script (#166)

parent 995ef27e
No related merge requests found
......@@ -73,4 +73,6 @@ go run regen.go -go_out "$root/src" -pkg_prefix "$PKG" "$apidir" "$protodir"
echo 1>&2 "Checking that the libraries build..."
go build -v ./...
gofmt -s -l -w . && goimports -w .
echo 1>&2 "All done!"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment