August 2019
Beginner to intermediate
798 pages
17h 2m
English
In this subsection, we are going to create the first version of a basic module. You will need to have a GitHub repository for storing your Go code. In my case, the GitHub repository will be https://github.com/mactsouk/myModule. We will begin with an empty GitHub repository – only README.md will be there. So, first we will need to execute the following command to get the contents of the GitHub repository:
$ git clone git@github.com:mactsouk/myModule.git Cloning into 'myModule'... remote: Enumerating objects: 7, done. remote: Counting objects: 100% (7/7), done. remote: Compressing objects: 100% (6/6), done. remote: Total 7 (delta 1), reused 0 (delta 0), pack-reused 0 Receiving objects: 100% (7/7), done. Resolving ...
Read now
Unlock full access