Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sakiib/gostuff
https://github.com/sakiib/gostuff
go golang
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sakiib/gostuff
- Owner: sakiib
- Created: 2020-12-03T06:21:12.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-08T10:05:36.000Z (about 3 years ago)
- Last Synced: 2024-06-22T08:31:12.056Z (5 months ago)
- Topics: go, golang
- Language: Go
- Homepage:
- Size: 67.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)