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

https://github.com/daanv2/go-tutorial


https://github.com/daanv2/go-tutorial

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Go tutorial

## Setup

1. [Install VSCode](https://code.visualstudio.com/)
2. [Install go](https://go.dev/)
3. Download this repository

## Tutorial

1. [Start](tutorials/0.%20start.md)

## Resources

- [Go by Example](https://gobyexample.com/)
- [Effective Go](https://go.dev/doc/effective_go)
- [Case studies](https://go.dev/solutions/case-studies)
- [100 Mistakes in Go](https://100go.co/)