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