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
364 stars 24 forks source link

gobrew use mod #101

Closed kevincobain2000 closed 1 year ago

kevincobain2000 commented 1 year ago

Not exactly fixing #99 but a step in this direction

Usage

gobrew use mod // reads version from go.mod file and use the latest version of that
codecov-commenter commented 1 year ago

Codecov Report

Merging #101 (7e62082) into master (f39ad94) will decrease coverage by 2.27%. The diff coverage is 0.00%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##           master     #101      +/-   ##
==========================================
- Coverage   52.55%   50.29%   -2.27%     
==========================================
  Files           1        1              
  Lines         489      511      +22     
==========================================
  Hits          257      257              
- Misses        195      216      +21     
- Partials       37       38       +1     
Impacted Files Coverage Δ
gobrew.go 50.29% <0.00%> (-2.27%) :arrow_down: