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

https://github.com/jnbdz/go-quickstarts

🐹 Go quickstart code 🐹
https://github.com/jnbdz/go-quickstarts

go golang quickstart quickstarts

Last synced: over 1 year ago
JSON representation

🐹 Go quickstart code 🐹

Awesome Lists containing this project

README

          

Go lang logo

# Go | Quickstarts
Go quickstart code

## Resources
### Tutorials
- [Effective Go | Go](https://go.dev/doc/effective_go)
- [Welcome to a tour of Go | go.dev](https://go.dev/tour/list)
### Docs
- [Version numbers | Dev | Go](https://go.dev/doc/modules/version-numbers)
### Blog
- [When to create an interface in Go? | fbeaudet.substack.com](https://fbeaudet.substack.com/p/when-to-create-an-interface-in-go)
- [Parallelism and Concurrency in Go: How It Works in Real Computing Systems. Part 1. | Medium](https://medium.com/@ninucium/parallelism-and-concurrency-in-go-how-it-works-in-real-computing-systems-part-1-a680443ad8bd)