spacemonkeygo / monkit

A flexible process data collection, metrics, monitoring, instrumentation, and tracing client library for Go
http://godoc.org/gopkg.in/spacemonkeygo/monkit.v2
Apache License 2.0
480 stars 33 forks source link

Fix links to gopkg.in site. #35

Closed egonelbre closed 3 years ago

egonelbre commented 3 years ago

Currently the package specifies go.mod from github, hence the examples should use the same import path.

Also move an example to a subfolder such that it can be used to test things.