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

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.

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