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

https://github.com/peterj/chat

golang training example
https://github.com/peterj/chat

Last synced: 8 months ago
JSON representation

golang training example

Awesome Lists containing this project

README

          

# Run tests
```
go test -v
```

# Update vendor packages
```
dep ensure
dep prune
```