mirror of
https://github.com/rclone/rclone.git
synced 2024-11-26 10:13:52 +08:00
6 lines
68 B
Bash
6 lines
68 B
Bash
#!/bin/bash -eu
|
|
|
|
go build
|
|
go test . "$@"
|
|
go tool vet -all -shadow .
|