Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.