Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 822 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 822 Bytes

🐹 Learning Go

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

💫 Contributing

  • 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

🐙 Usage

In your terminal, run:

  go run some-file.go

❄ Info

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:

mrLuisFer-go-basic-cli