Using GitHub to Store Go Packages
Let’s learn how to use GitHub to store Go packages.
We'll cover the following...
How to create a GitHub repository
This lesson will cover how to create a GitHub repository where we can keep our Go package and make it available to the world.
Press + to interact
First, we need to create the GitHub repository on our own. The easiest way to create a new GitHub repository is by visiting the GitHub website and going to the “Repositories” tab, where we can see our existing repositories and create new ...