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
git clone https://github.com/dengsgo/fileboy.git
cd fileboy
export GO111MODULE=on
go env -w GOPROXY=https://goproxy.io,direct
go get -u
go build
./fileboy
go get: github.com/dengsgo/[email protected]: parsing go.mod:
module declares its path as: fileboy
but was required as: github.com/dengsgo/fileboy
The text was updated successfully, but these errors were encountered: