Blame


1 db96364a 2016-05-26 frenchben # p9p [![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) [![Go Report Card](https://goreportcard.com/badge/github.com/docker/go-p9p)](https://goreportcard.com/report/github.com/docker/go-p9p) [![Badge Badge](http://badge-server.badge-validate.80d2e13b.svc.dockerapp.io:8088/github.com/docker/go-p9p)](https://github.com/docker/go-p9p)
2 96aeada1 2016-04-06 stevvooe
3 db96364a 2016-05-26 frenchben
4 507ca835 2016-05-19 stevvooe A modern, performant 9P library for Go.
5 507ca835 2016-05-19 stevvooe
6 507ca835 2016-05-19 stevvooe For information on usage, please see the [GoDoc](https://godoc.org/github.com/docker/go-p9p).
7 507ca835 2016-05-19 stevvooe
8 96aeada1 2016-04-06 stevvooe ## Copyright and license
9 96aeada1 2016-04-06 stevvooe
10 96aeada1 2016-04-06 stevvooe Copyright © 2015 Docker, Inc. go-p9p is licensed under the Apache License,
11 96aeada1 2016-04-06 stevvooe Version 2.0. See [LICENSE](LICENSE) for the full license text.