Skip to content

Commit

Permalink
Merge pull request #64 from Clivern/feature/clients
Browse files Browse the repository at this point in the history
Add clients
  • Loading branch information
Clivern committed Jul 31, 2019
2 parents 55f8c09 + 519e8af commit 234209f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -48,6 +48,7 @@ matrix:
allow_failures:
- go: 1.9.x
- go: 1.10.x
- go: master

deploy:
- provider: script
Expand Down
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -340,6 +340,11 @@ Socket("ws://localhost:8080/ws/$ID/$TOKEN");
```


## Client:

- [Go Client](https://github.com/domgolonka/beavergo) Thanks [@domgolonka](https://github.com/domgolonka)


## Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, Beaver is maintained under the [Semantic Versioning guidelines](https://semver.org/) and release process is predictable and business-friendly.
Expand Down

0 comments on commit 234209f

Please sign in to comment.