fireship-io / fireship.io

Build and ship your app faster https://fireship.io
3.56k stars 1.31k forks source link

lessons/learn-go-in-100-lines/ #826

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Learn Go in 100 Lines

An introduction to Go

https://fireship.io/lessons/learn-go-in-100-lines/

PrathameshTM commented 2 years ago

Why is the trailing comma required in the array example? When I save the file, the autoformatter removes it.

RafaelZasas commented 2 years ago

This was a fantastic article. Thank you Alex. Is there anything on the roadmap for going into the module structure? It would be nice to learn how to compose more complex project structures.