doc: add go-get tags to README

This commit is contained in:
mappu 2017-10-28 12:32:06 +13:00
parent 5c6435cf81
commit a20fce3725
1 changed files with 5 additions and 1 deletions

View File

@ -2,11 +2,15 @@ An NMDC client protocol library for Golang.
- Offers both channel-based and synchronous APIs.
- Includes a sample logging client using the channel-based API.
- This code hosting site isn't (yet) compatible with `go get`.
Written in golang
Tags: nmdc
=GO GET=
This package can be installed via go get: `go get code.ivysaur.me/libnmdc`
[go-get]code.ivysaur.me/libnmdc git https://git.ivysaur.me/code.ivysaur.me/libnmdc.git[/go-get]
=CHANGELOG=
2017-02-09 0.14