Greetings, I would like to ask if it is possible to publish go module using tarball and later on somehow use it. All examples I was able are about using go modules from some git repository. However, what I would like to do is publish tarball same way as I would do for C projects (`make dist`) and later on use that from another go project.
I have no problem to write the `make dist` target, I'm using makefiles already, publishing the source code is also easy part (http://example.org/project-1.0.0.tar.xz), but I have no idea how can I import something like that. I was trying to find some resources on this but to no avail. So, is this something that is possible or am I required to use git (or other VCS) for go projects? Thank you for any guidance on this topic. W. PS: I don't care about hiding the source code, so binary modules and plugins are probably not what am I looking for. -- 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/dfa0a37f-c5f8-44ff-9fbf-8f2a4cbf570d%40googlegroups.com.