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 ...