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

Remove text/template dependency #45

Open egonelbre opened 2 years ago

egonelbre commented 2 years ago

text/template forces the compiler into conservative mode, which prevents code from being eliminated.