Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imballinst/learn-golang
Learning stuff from https://go.dev/doc/tutorial
https://github.com/imballinst/learn-golang
Last synced: 26 days ago
JSON representation
Learning stuff from https://go.dev/doc/tutorial
- Host: GitHub
- URL: https://github.com/imballinst/learn-golang
- Owner: imballinst
- Created: 2022-01-03T13:11:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-08T11:54:11.000Z (almost 3 years ago)
- Last Synced: 2024-06-20T19:36:42.287Z (5 months ago)
- Language: Go
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learn-golang
Learning stuff from https://go.dev. Each folder contains a learning section.
## Contents
1. `tutorial-greetings`: based on https://go.dev/doc/tutorial/create-module.
2. `docs-effective-go`: based on https://go.dev/doc/effective_go.
3. `tutorial-restful-api`: based on https://go.dev/doc/tutorial/web-service-gin.
4. `tutorial-relational-db`: based on https://go.dev/doc/tutorial/database-access, https://go.dev/doc/database/change-data, https://go.dev/doc/database/prepared-statements, and https://go.dev/doc/database/execute-transactions.