Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save briancline/c91c4b91e0f5bf9629c8c11fbbaf4ca2 to your computer and use it in GitHub Desktop.
Save briancline/c91c4b91e0f5bf9629c8c11fbbaf4ca2 to your computer and use it in GitHub Desktop.
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