This is a repository in which I have some basic exercises while learning the Go language
I'll also add some basic exercises while learning the Go syntax
- Fork and clone the repository
- Install dependencies:
go get -u github.com/golang/dep/cmd/dep
- Create a branch:
git checkout -b my-branch
- Make your changes
And send a pull request
In your terminal, run:
go run some-file.go
The basic CLI inside is not complete
If you want to see a basic example, although better done, you can see it in the following repository: