mirror of
https://github.com/rclone/rclone.git
synced 2026-01-02 00:23:42 +00: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 .
|