mirror of
https://github.com/rclone/rclone.git
synced 2025-03-02 01:11:59 +01:00
* 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
5 lines
58 B
Bash
Executable File
5 lines
58 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd $(dirname $0)
|
|
exec go run conformance.go $*
|