https://github.com/daanv2/go-tutorial
https://github.com/daanv2/go-tutorial
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/daanv2/go-tutorial
- Owner: DaanV2
- License: other
- Created: 2024-06-13T15:07:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-27T21:01:50.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T18:54:32.790Z (over 1 year ago)
- Language: Go
- Size: 3.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)