Golang
How to Create and Publish a Go Package (Golang)
This article covers how to create and publish a Go (Golang) package. These instructions were written for a Mac. But they should easily translate to instructions for Linux or Windows. Step 1. Install Go If you need to install Go first: Browse to https://go.dev/doc/install Run the installer Open up a Read more…