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

https://github.com/ahmadkarlam/go-message

Go Message
https://github.com/ahmadkarlam/go-message

golang rest-api websocket

Last synced: 5 months ago
JSON representation

Go Message

Awesome Lists containing this project

README

          

# Go Message

Install dependencies.

`dep ensure -v --vendor-only`

Running this project.

`go run cmd/go-message/main.go`

Running test.

`go test ./...`

Project structure inspired by:
- [Go RESTful API Starter Kit (Boilerplate)](https://github.com/qiangxue/go-restful-api)
- [GORSK - GO(lang) Restful Starter Kit](https://github.com/ribice/gorsk)
- [Standard Package Layout, Go Standard Package Layout](https://github.com/golang-standards/project-layout).