Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/augbog/learning-go
Just learning in public. Learning Golang
https://github.com/augbog/learning-go
Last synced: 5 days ago
JSON representation
Just learning in public. Learning Golang
- Host: GitHub
- URL: https://github.com/augbog/learning-go
- Owner: augbog
- Created: 2019-06-14T23:24:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T23:24:48.000Z (over 5 years ago)
- Last Synced: 2024-04-17T03:36:45.030Z (7 months ago)
- Language: Go
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning Go
Just getting started with Go? Me too. I'm following some random articles. and I thought I'd share what I'm learning and, even better, how I'm learning it.
This will be clearer but the best way to use this project is to clone it where you define your `$GOPATH` which if you follow all the docs, will most likely be at `$HOME/go/src`.
# Go Installation
Nothing is better than the main docs. Installation docs:
https://golang.org/doc/install#install
# Recommended readings (in order)
[How to write Go Code](https://golang.org/doc/code.html)
[Go by Example](https://gobyexample.com/)