sethvargo/go-diceware

Install as CLI, throw `but does not contain package github.com/sethvargo/go-diceware/cmd/diceware`

Closed this issue · 2 comments

go install github.com/sethvargo/go-diceware/cmd/diceware

go: finding module for package github.com/sethvargo/go-diceware/cmd/diceware
module github.com/sethvargo/go-diceware@latest found (v0.2.0), but does not contain package github.com/sethvargo/go-diceware/cmd/diceware

Use

GO111MODULE=off go get github.com/sethvargo/go-diceware/cmd/diceware

It works.
Thank you @sethvargo .