sshpiper/lint.sh
2021-10-04 12:31:15 +00:00

10 lines
98 B
Bash
Executable file

#!/bin/bash
set -e
gofmt -s -l libpiper sshpiperd
go vet ./...
go fix ./...
ineffassign ./...