https://github.com/shresht7/go-notebook
A dedicated repo for learning and experimentation.
https://github.com/shresht7/go-notebook
Last synced: about 1 year ago
JSON representation
A dedicated repo for learning and experimentation.
- Host: GitHub
- URL: https://github.com/shresht7/go-notebook
- Owner: Shresht7
- License: mit
- Created: 2022-01-17T12:09:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-14T17:48:40.000Z (almost 4 years ago)
- Last Synced: 2025-01-27T09:09:36.911Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Notebook
-------------
- [Website][website]
- [Documentation][documentation]
## 📦 Resources
- [Awesome-Go][awesome-go]
- [Learn Go in Y minutes][learn-go-in-y-minutes]
- [Go by Example][go-by-example]
- [Go Web Examples][go-web-examples]
- [Command-Line-Interfaces][cli-solutions]
- [Web-Development][webdev-solutions]
## 📖 Learn
- [Official Website][learn-go]
- [Tour of Go][tour-of-go]
- [Go by Example][go-by-example]
- [Learn Go in Y minutes][learn-go-in-y-minutes]
- [Learn Go with Tests][learn-go-with-tests]
- [Go Web Examples][go-web-examples]
- [Gophercises][gophercises]
### 📺 Videos
- [Traversy Media](https://www.youtube.com/watch?v=SqrbIlUwR0U)
- [The Net Ninja](https://www.youtube.com/playlist?list=PL4cUxeGkcC9gC88BEo9czgyS72A3doDeM)
- [Failing Forward](https://www.youtube.com/playlist?list=PLq9Ra239pNZC0MgMN4j6ZiPHv_c0UPnBX)
- [freeCodeCamp](https://www.youtube.com/watch?v=YS4e4q9oBaU)
- [Web Development with Go - Jon Calhoun](https://www.youtube.com/playlist?list=PLVEltXlEeWgkKucovAMCih4T0hQITxRX3)
- [Just for Func](https://www.youtube.com/playlist?list=PL64wiCrrxh4Jisi7OcCJIUpguV_f5jGnZ)
[website]: https://go.dev/
[documentation]: https://go.dev/doc
[learn-go]: https://go.dev/learn
[awesome-go]: https://github.com/avelino/awesome-go
[tour-of-go]: https://go.dev/tour/list
[learn-go-in-y-minutes]: https://learnxinyminutes.com/docs/go/
[go-by-example]: https://gobyexample.com
[gophercises]: https://gophercises.com/
[learn-go-with-tests]: https://quii.gitbook.io/learn-go-with-tests/
[go-web-examples]: https://gowebexamples.com/
[cli-solutions]: https://go.dev/solutions/clis
[webdev-solutions]: https://go.dev/solutions/web-dev