mirror of
https://github.com/rclone/rclone.git
synced 2024-12-02 05:14:55 +01:00
6 lines
56 B
Bash
6 lines
56 B
Bash
#!/bin/bash -eu
|
|
|
|
go build
|
|
go test -v "$@"
|
|
go vet -all .
|