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
- Host: GitHub
- URL: https://github.com/ahmadkarlam/go-message
- Owner: ahmadkarlam
- Created: 2019-12-27T07:38:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-29T15:09:54.000Z (over 6 years ago)
- Last Synced: 2023-05-27T20:25:26.268Z (about 3 years ago)
- Topics: golang, rest-api, websocket
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).