https://github.com/sakiib/letsgo
Learning the very basics of Go programming language (Golang) from freeCodeCamp.org & Traversy Media
https://github.com/sakiib/letsgo
go golang
Last synced: 4 months ago
JSON representation
Learning the very basics of Go programming language (Golang) from freeCodeCamp.org & Traversy Media
- Host: GitHub
- URL: https://github.com/sakiib/letsgo
- Owner: sakiib
- Created: 2020-11-17T17:02:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-01T09:14:29.000Z (over 4 years ago)
- Last Synced: 2023-03-05T14:50:15.393Z (over 2 years ago)
- Topics: go, golang
- Language: Go
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LetsGO
Learning the very basics of Go programming language (Golang) from [freeCodeCamp.org](https://www.youtube.com/watch?v=YS4e4q9oBaU&t=2273s&ab_channel=freeCodeCamp.org) & [Traversy Media](https://www.youtube.com/watch?v=SqrbIlUwR0U&t=947s&ab_channel=TraversyMedia)### Resources:
- [sysdevbd](https://sysdevbd.com/go/)
- [Write Go Online](https://play.golang.org/)
- [A Tour of Go](https://tour.golang.org/welcome/1)
- [An Introduction to Programming in Go](https://www.golang-book.com/books/intro)
- [Go by Example](https://gobyexample.com/)
- [Golangbot](https://golangbot.com/learn-golang-series/)