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
- Host: GitHub
- URL: https://github.com/chopinsky/go-exercise
- Owner: Chopinsky
- License: bsd-2-clause
- Created: 2018-04-03T01:23:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T21:56:07.000Z (almost 8 years ago)
- Last Synced: 2025-02-09T06:32:17.866Z (over 1 year ago)
- Language: Go
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.