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
# --------------- the development version --------------
git clone https://github.com/shenwei356/brename
cd brename/
go build
# The executable binary file is located in:
# ./brename
# You can also move it to anywhere in the $PATH
mkdir -p $HOME/bin
cp ./brename $HOME/bin/
Running
go get -u github.com/shenwei356/brename/
fails with:go: go.mod file not found in current directory or any parent directory.
The text was updated successfully, but these errors were encountered: