1
0
mirror of https://github.com/rclone/rclone.git synced 2025-02-09 13:13:53 +02:00
2018-09-21 18:23:37 +01:00

6 lines
68 B
Bash

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