mirror of
https://github.com/rclone/rclone.git
synced 2024-11-29 20:04:52 +01:00
6 lines
68 B
Bash
Executable File
6 lines
68 B
Bash
Executable File
#!/bin/bash -eu
|
|
|
|
go build
|
|
go test . "$@"
|
|
go tool vet -all -shadow .
|