forked from TrueCloudLab/rclone
5 lines
56 B
Bash
5 lines
56 B
Bash
#!/bin/bash -eu
|
|
|
|
go build
|
|
go test -v "$@"
|
|
go vet -all .
|