https://github.com/juli1/go-playground
Patterns for Learning Go
https://github.com/juli1/go-playground
Last synced: about 2 months ago
JSON representation
Patterns for Learning Go
- Host: GitHub
- URL: https://github.com/juli1/go-playground
- Owner: juli1
- Created: 2023-11-30T12:10:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-05T02:37:42.000Z (over 1 year ago)
- Last Synced: 2025-02-12T23:43:19.174Z (4 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Playground
This repository contains over-documented Go code
that explains some Go basics.Topics covered:
- [error handling](errors/main.go)
- [go channel](channels/main.go)
- [go routines](routines/producer-consumer.go)
- [enumerations](enumerations/main.go)
- [struct and JSON serialization](struct/main.go)Topics to be covered:
- packaging and building an application
- webserver with a JSON API
- interfaces