Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/krishnaclouds/go-lang-learning

A Repo of Go-lang-examples for easier learning
https://github.com/krishnaclouds/go-lang-learning

Last synced: about 1 month ago
JSON representation

A Repo of Go-lang-examples for easier learning

Awesome Lists containing this project

README

        

> ### About
- Set of Examples to Cover Go lang
- Each Version corresponds to each chapter in https://golangbot.com tutorials.

> ### Installation
```
Install using the Instructions from: https://golang.org/doc/install
```

> ### Set Path
```
Add /usr/local/go/bin to your path. Either in bash_profile or directly

- export PATH=$PATH:/usr/local/go/bin
```