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

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

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