commit b9e848aabdd1415e28dfe9ca343e652ee0ae5ff6 from: Stephen J Day date: Wed May 18 23:06:11 2016 UTC readme: add link to GoDoc in prose Upon further examination, the GoDoc is a very good source of documentation for this package. Send users there for now. Signed-off-by: Stephen J Day commit - e4e59ce7912b9968a48881a7764fc501de667cd4 commit + b9e848aabdd1415e28dfe9ca343e652ee0ae5ff6 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,