Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sakiib/gostuff


https://github.com/sakiib/gostuff

go golang

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# GoStuff
### Learning the very basics of Go programming language (Golang)

** Installation **
* [sysdevbd step by step guide](https://sysdevbd.com/go/)

** Book **
* [An Introduction to Programming in Go](https://www.golang-book.com/books/intro)

** Write Go Online **
* [Go Playground](https://play.golang.org/)

** Video Tut **
* [Traversy Media](https://www.youtube.com/watch?v=SqrbIlUwR0U)
* [freeCodeCamp.org](https://www.youtube.com/watch?v=YS4e4q9oBaU)

** Additional Resources/Blog links **
* [A Tour of Go](https://tour.golang.org/welcome/1)
* [GolangBot](https://golangbot.com/)
* [GoByExample](https://gobyexample.com/)
* [Closure Usage - calhoun](https://www.calhoun.io/5-useful-ways-to-use-closures-in-go/)