Add README and CONTRIBUTING docs

Signed-off-by: Jonathan Rudenberg <jonathan@titanous.com>
This commit is contained in:
Jonathan Rudenberg 2016-07-12 22:22:06 -04:00
parent 8035b36042
commit 01ee159114
2 changed files with 6 additions and 0 deletions

1
CONTRIBUTING.md Normal file
View File

@ -0,0 +1 @@
See the [Flynn contributing guide](https://flynn.io/docs/contributing).

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# noise [![GoDoc](https://godoc.org/github.com/flynn/noise?status.svg)](https://godoc.org/github.com/flynn/noise) [![Build Status](https://travis-ci.org/flynn/noise.svg?branch=master)](https://travis-ci.org/flynn/noise)
This is a Go package that implements the [Noise Protocol
Framework](http://noiseprotocol.org). See [the
documentation](https://godoc.org/github.com/flynn/noise) for usage information.