How to pack go's project

One of the processes to get new packages in my go project can be achieved by running the command go get my-package, which will download a zip file to my local cache.
Has anyone knows how can I create the same zip by my self? Or maybe external lib can help me zip my project files like goproxy?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.