commit 507ca83545c579ada7fdc5e4cb763120b87ad70b from: Stephen Day date: Thu May 19 00:28:54 2016 UTC Merge pull request #7 from stevvooe/readme-doc-link readme: add link to GoDoc in prose commit - e4e59ce7912b9968a48881a7764fc501de667cd4 commit + 507ca83545c579ada7fdc5e4cb763120b87ad70b blob - 223eec8e45f3904f910413808da3f9260cb82649 blob + 7b833a39b8aaaee9bf50e4397fb63ed80244ff73 --- README.md +++ README.md @@ -1,9 +1,12 @@ # p9p -A modern, performant 9P library for Go [![GoDoc](https://godoc.org/github.com/docker/go-p9p?status.svg)](https://godoc.org/github.com/docker/go-p9p) [![CircleCI](https://circleci.com/gh/docker/go-p9p.svg?style=shield)](https://circleci.com/gh/docker/go-p9p) +A modern, performant 9P library for Go. + +For information on usage, please see the [GoDoc](https://godoc.org/github.com/docker/go-p9p). + ## Copyright and license Copyright © 2015 Docker, Inc. go-p9p is licensed under the Apache License,