mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 18:04:55 +01:00
f7af730b50
This is using godep to manage the vendor directory.
7 lines
48 B
Bash
Executable File
7 lines
48 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eu
|
|
|
|
go build
|
|
go test -bench=.
|