> Given that I have a local pkg, mylib, whose module name is github.com/me/mylib, how can I create a local Go application that uses mylib from the local folder it is in rather than actually downloading it from github
FYI, what I've just shown doesn't download anything from github. It works even with a random module name like "github.com/me/mylib" which doesn't match any real repository in github. It walks up the tree to find go.mod, realises it already has github.com/me/mylib available locally, and uses that. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/ba61f77b-fa47-4929-8dd8-eeb5ef554de7n%40googlegroups.com.