Implementation of ArpNetworking's Metrics Client Java for Go.
First, retrieve the library into your workspace:
go> go get github.com/vjkoskela/gometricsclient
To use the library in your project(s) simply import it:
import "github.com/vjkoskela/gometricsclient"
''TODO''
To build the library locally you must satisfy these prerequisites:
Next, fork the repository, get and build:
Getting and Building:
go> go get github.com/$USER/gometricsclient
go> go install github.com/$USER/gometricsclient
Testing:
go> go test -coverprofile=coverage.out github.com/$USER/gometricsclient
go> go tool cover -html=coverage.out
To use the local forked version in your project simply import it:
import "github.com/$USER/gometricsclient"
Note: The above assumes $USER is the name of your Github organization containing the fork.
Published under Apache Software License 2.0, see LICENSE
© Ville Koskela, 2016