nim added a new comment to an issue you are following: `` The download is a no-go since it will be blocked by CI/CD systems like `mock`.
It should be possible to avoid setting a build-specific `GOPATH` in golist, by importing directly the directories golist operates on, and taking other code from a static system `GOPATH`. Setting the build-specific `GOPATH` is where most of the problems lie: you have to create a specific directory structure, before golist will even parse your files. The system `GOPATH` OTOH is harmless and fine. `` To reply, visit the link below or just reply to this email https://pagure.io/golist/issue/18 _______________________________________________ golang mailing list -- golang@lists.fedoraproject.org To unsubscribe send an email to golang-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/golang@lists.fedoraproject.org