labstack / gommon

Common packages for Go
MIT License
536 stars 100 forks source link

Update README.md #40

Open servusdei2018 opened 3 years ago

servusdei2018 commented 3 years ago

Fixed syntax error in example code:

import github.com/labstack/gommon/color is invalid Go syntax because it omits quotes. Replaced with import "github.com/labstack/gommon/color"

codecov-commenter commented 3 years ago

Codecov Report

Merging #40 into master will increase coverage by 0.18%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #40      +/-   ##
==========================================
+ Coverage   59.26%   59.45%   +0.18%     
==========================================
  Files           6        6              
  Lines         518      365     -153     
==========================================
- Hits          307      217      -90     
+ Misses        208      146      -62     
+ Partials        3        2       -1     
Impacted Files Coverage Δ
bytes/bytes.go 96.15% <0.00%> (-0.34%) :arrow_down:
log/color.go 100.00% <0.00%> (ø)
email/email.go 0.00% <0.00%> (ø)
random/random.go 100.00% <0.00%> (ø)
color/color.go 88.60% <0.00%> (+0.25%) :arrow_up:
log/log.go 59.58% <0.00%> (+8.64%) :arrow_up:

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 4919956...fe4f1c8. Read the comment docs.