Clever / microplane

A CLI tool to make git changes across many repos, especially useful with Microservices.

Home Page:https://medium.com/always-a-student/mo-repos-mo-problems-how-we-make-changes-across-many-git-repositories-293ad7d418f0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation for "Compile it yourself" is incorrect

testworksau opened this issue · comments

Running the command specified in the readme in go version go1.16.5 linux/amd64:

go get github.com/clever/microplane/cmd

yields the following error message:

go: downloading github.com/clever/microplane v0.0.32
go get: github.com/clever/microplane@v0.0.26 updating to
        github.com/clever/microplane@v0.0.32: parsing go.mod:
        module declares its path as: github.com/Clever/microplane
                but was required as: github.com/clever/microplane