Using git for Distribution
Understand how to create a git repository for your Go package, manage initial commits, and publish it to GitHub. Learn how developers can then install your package using Go tools. This lesson teaches practical steps for distributing Go packages using git and remote repositories.
We'll cover the following...
We'll cover the following...
What we discussed previously is fine for a local package, but how do we distribute it to the programmer community? We need a source version-control system in the cloud, like the popular git. To install and set up git, consult here.
Instructions
We will lead you through creating a git-repository for the package uc. Go to the package directory uc ...