I recently set up a Go workspace environment on my Linux machine (running Ubuntu 16.04), and I was able to setup GOPATH successfully, so that any code I write in my src/ folder can be installed and sent to my bin/ folder, and any custom packages I write in src/ (under a new sub-directory) can be sent to a pkg/ folder.
>From here, is there a certain way I can package my code so that if I were to make a project on GitHub, I can pull that project into my workspace, create any custom packages I need for the project, and ship everything out after I take care of dependencies? -- 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. For more options, visit https://groups.google.com/d/optout.