Blob


1 # p9p
3 A modern, performant 9P library for Go.
5 For information on usage, please see the
6 [GoDoc](https://godocs.io/git.omarpolo.com/go-p9p).
8 Refer to [9P's documentation](http://9p.cat-v.org/documentation)
9 for more details on the protocol.
11 ## Copyright and license
13 This library was forked from
14 [github.com/docker-archive/go-p9p][docker-go-p9p] and contains
15 further improvements.
17 Copyright © 2015 Docker, Inc. go-p9p is licensed under the Apache
18 License, Version 2.0. See [LICENSE](LICENSE) for the full license
19 text.