go-nv / goenv

:blue_car: Like pyenv and rbenv, but for Go.

Home Page:https://github.com/go-nv/goenv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can we have automatic rehashing upon go install?

vittorius opened this issue · comments

Like rbenv has this for Ruby. Would be cool.

I believe rehashing occurs automatically post goenv install, as I encountered a bug with goenv shims when only specifying major/minor semver.

Will be fixing this and tracking in another issue

EDIT: #271 tracks the major/minor semver shim bug

FYI rehashing occurs on successful install

For reference: https://github.com/syndbg/goenv/blob/master/plugins/go-build/bin/goenv-install#L264

Closing this issue since no further action required