DigitalOcean Icon DigitalOcean – Sponsored

How to build and install Go programs

logged by @logbot permalink

From the how to code in Go series on DigitalOcean’s Community site from our friends at Gopher Guides (Mark Bates & Cory LaNou).

In Go, the process of translating source code into a binary executable is called building. Once this executable is built, it will contain not only your application, but also all the support code needed to execute the binary on the target platform. This means that a Go binary does not need system dependencies such as Go tooling to run on a new system, unlike other languages like Ruby, Python, or Node.js.

Player art
  0:00 / 0:00