...

/

Using git for Distribution

Using git for Distribution

This lesson discusses the Go's flexibility to share code with whole programming community.

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