1
0
mirror of https://github.com/rclone/rclone.git synced 2025-02-04 05:08:23 +02:00
2018-01-16 13:20:59 +00:00

6 lines
68 B
Bash
Executable File

#!/bin/bash -eu
go build
go test . "$@"
go tool vet -all -shadow .