You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Thank you very much for this tool - it's immensely useful.
I am using go install to install the tool to my $GOPATH/bin folder, and doing so installs the latest tagged version (v1.0.0). However, v1.0.0 contains a bug related to the -e flag which leads to the error error opening file: open : no such file or directory. I notice that this bug is fixed in a later commit, so I am just wondering if you could add a new tag so that go install will work without having to supply a commit hash to it? Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
Thank you very much for this tool - it's immensely useful.
I am using
go install
to install the tool to my $GOPATH/bin folder, and doing so installs the latest tagged version (v1.0.0). However, v1.0.0 contains a bug related to the -e flag which leads to the errorerror opening file: open : no such file or directory
. I notice that this bug is fixed in a later commit, so I am just wondering if you could add a new tag so thatgo install
will work without having to supply a commit hash to it? Thanks.The text was updated successfully, but these errors were encountered: