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

https://github.com/chopinsky/go-exercise

A collection of smaller Golang projects for practices and interesting implementations
https://github.com/chopinsky/go-exercise

Last synced: about 1 year ago
JSON representation

A collection of smaller Golang projects for practices and interesting implementations

Awesome Lists containing this project

README

          

# Go Exercises

A number of project to extend the understanding of Go as a language, and the useful applications it can be used for.

## Contents

* Search API [search-api]: a gin-based web server in Go to support the ElasticSearch
* WebSocket Push [ws-push]: a web-socket server that can send push messages

## License

The project is subject to MIT license.