https://github.com/peterj/chat
golang training example
https://github.com/peterj/chat
Last synced: 8 months ago
JSON representation
golang training example
- Host: GitHub
- URL: https://github.com/peterj/chat
- Owner: peterj
- Created: 2017-09-25T15:58:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T17:35:34.000Z (over 8 years ago)
- Last Synced: 2025-07-04T11:06:04.703Z (11 months ago)
- Language: Go
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Run tests
```
go test -v
```
# Update vendor packages
```
dep ensure
dep prune
```