kevincobain2000 / gobrew

Go version manager, written in Go. Super simple tool to install and manage Go versions. Install go without root. Gobrew doesn't require shell rehash.
https://medium.com/web-developer/go-version-manager-gobrew-c8750157dfe6
MIT License
374 stars 26 forks source link

at least get rid of log and use color and fmt #90

Closed kevincobain2000 closed 1 year ago

kevincobain2000 commented 1 year ago

87

codecov-commenter commented 1 year ago

Codecov Report

Merging #90 (2740e83) into master (08b42ed) will decrease coverage by 0.20%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master      #90      +/-   ##
==========================================
- Coverage   50.92%   50.71%   -0.21%     
==========================================
  Files           1        1              
  Lines         485      487       +2     
==========================================
  Hits          247      247              
- Misses        211      213       +2     
  Partials       27       27              
Impacted Files Coverage Δ
gobrew.go 50.71% <0.00%> (-0.21%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

kevincobain2000 commented 1 year ago

Fixed by #91