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