10 lines
98 B
Bash
Executable file
10 lines
98 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
gofmt -s -l libpiper sshpiperd
|
|
|
|
go vet ./...
|
|
go fix ./...
|
|
|
|
ineffassign ./...
|