When attempting to compile this following the instructions you get an error. The error output is below. You are able to continue with the remaining steps but the go get does exit 1 so it makes it difficult to have performed in automation.
-> docker run -it golang bash
root@22a6cc1c9b32:/go# go get -d -u github.com/codahale/sneaker
# cd /go/src/github.com/codahale/sneaker; git submodule update --init --recursive
No submodule mapping found in .gitmodules for path 'vendor/github.com/aws/aws-sdk-go'
package github.com/codahale/sneaker: exit status 1
When attempting to compile this following the instructions you get an error. The error output is below. You are able to continue with the remaining steps but the
go get
does exit 1 so it makes it difficult to have performed in automation.