Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
After you’ve written some Go code, there is a good chance that you are going to want other people to be able to use it. Because Go is statically compiled, you can distribute binary packages just as you would distribute code written in C, or any other statically compiled language.
|