mirror of
https://github.com/rclone/rclone.git
synced 2025-01-13 09:48:26 +01:00
6 lines
56 B
Bash
6 lines
56 B
Bash
#!/bin/bash -eu
|
|
|
|
go build
|
|
go test -v "$@"
|
|
go vet -all .
|