Blame


1 ddea830b 2016-05-25 frenchben # p9p
2 ddea830b 2016-05-25 frenchben [![GoDoc](https://godoc.org/github.com/docker/go-p9p?status.svg)](https://godoc.org/github.com/docker/go-p9p)
3 ddea830b 2016-05-25 frenchben [![CircleCI](https://circleci.com/gh/docker/go-p9p.svg?style=shield)](https://circleci.com/gh/docker/go-p9p)
4 ddea830b 2016-05-25 frenchben [![TravisCI](https://travis-ci.org/docker/go-p9p.svg?branch=codecov)](https://travis-ci.org/docker/go-p9p)
5 ddea830b 2016-05-25 frenchben [![Go Report Card](https://goreportcard.com/badge/github.com/docker/go-p9p)](https://goreportcard.com/report/github.com/docker/go-p9p)
6 96aeada1 2016-04-06 stevvooe
7 507ca835 2016-05-19 stevvooe A modern, performant 9P library for Go.
8 507ca835 2016-05-19 stevvooe
9 507ca835 2016-05-19 stevvooe For information on usage, please see the [GoDoc](https://godoc.org/github.com/docker/go-p9p).
10 507ca835 2016-05-19 stevvooe
11 96aeada1 2016-04-06 stevvooe ## Copyright and license
12 96aeada1 2016-04-06 stevvooe
13 96aeada1 2016-04-06 stevvooe Copyright © 2015 Docker, Inc. go-p9p is licensed under the Apache License,
14 96aeada1 2016-04-06 stevvooe Version 2.0. See [LICENSE](LICENSE) for the full license text.