smira / go-statsd

Go statsd client library with zero allocation overhead, great performance and reconnects
MIT License
109 stars 18 forks source link

Fix typo in MetricPrefix option #27

Closed sean-ahn closed 4 years ago

sean-ahn commented 4 years ago

Hello. I am using your library well.

While reading the code, I found and corrected a typo.

codecov[bot] commented 4 years ago

Codecov Report

Merging #27 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #27   +/-   ##
=======================================
  Coverage   88.05%   88.05%           
=======================================
  Files           5        5           
  Lines         335      335           
=======================================
  Hits          295      295           
  Misses         37       37           
  Partials        3        3           
Impacted Files Coverage Δ
options.go 50.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 448e76c...f7da453. Read the comment docs.