Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

servusdei2018
Copy link

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"

Fixed syntax error in example code
@codecov-commenter
Copy link

codecov-commenter commented Sep 30, 2020

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%) ⬇️
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%) ⬆️
log/log.go 59.58% <0.00%> (+8.64%) ⬆️

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants