Closed A1Liu closed 4 years ago
Whenever I try to build the package with go build, I get the following error message:
go build
can't load package: import cycle not allowed package github.com/markbates/pkger imports github.com/markbates/pkger
How do I solve this problem?
Turns out, this is the result of running pkger inside the pkger repository.
pkger
Whenever I try to build the package with
go build
, I get the following error message:How do I solve this problem?