mirror of
https://github.com/rclone/rclone.git
synced 2024-12-04 06:16:39 +01:00
6427029c4e
* Update all dependencies * Remove all `[[constraint]]` from Gopkg.toml * Add in the minimum number of `[[override]]` to build * Remove go get of github.com/inconshreveable/mousetrap as it is vendored * Update docs with new policy on constraints
7 lines
48 B
Bash
Executable File
7 lines
48 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eu
|
|
|
|
go build
|
|
go test -bench=.
|