Created
May 28, 2016 20:30
-
-
Save briancline/c91c4b91e0f5bf9629c8c11fbbaf4ca2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@saio:/opt/go/src/github.com/openstack/swift/go# make get test all | |
go get -t ./... | |
go vet ./... | |
go test -cover ./... | |
? github.com/openstack/swift/go/bench [no test files] | |
? github.com/openstack/swift/go/client [no test files] | |
? github.com/openstack/swift/go/cmd [no test files] | |
ok github.com/openstack/swift/go/hummingbird 4.325s coverage: 62.1% of statements | |
ok github.com/openstack/swift/go/middleware 0.009s coverage: 82.7% of statements | |
ok github.com/openstack/swift/go/objectserver 3.399s coverage: 71.0% of statements | |
ok github.com/openstack/swift/go/probe 3.139s coverage: 88.7% of statements | |
? github.com/openstack/swift/go/proxyserver [no test files] | |
go build -o bin/hummingbird -ldflags "-X main.Version=2.6.0-344-g12276d7" cmd/hummingbird.go |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment