Blame


1 83f33d3f 2021-01-01 op # p9p [![godocs.io](https://godocs.io/git.omarpolo.com/go-p9p?status.svg)](https://godocs.io/git.omarpolo.com/go-p9p)
2 96aeada1 2016-04-06 stevvooe
3 507ca835 2016-05-19 stevvooe A modern, performant 9P library for Go.
4 507ca835 2016-05-19 stevvooe
5 c55b00ed 2021-12-31 op For information on usage, please see the
6 c55b00ed 2021-12-31 op [GoDoc](https://godocs.io/git.omarpolo.com/go-p9p).
7 507ca835 2016-05-19 stevvooe
8 c55b00ed 2021-12-31 op Refer to [9P's documentation](http://9p.cat-v.org/documentation)
9 c55b00ed 2021-12-31 op for more details on the protocol.
10 37d97cf4 2019-11-12 noreply
11 96aeada1 2016-04-06 stevvooe ## Copyright and license
12 96aeada1 2016-04-06 stevvooe
13 e7dc2abd 2022-01-04 op This library was forked from [docker-archive/go-p9p][docker-go-p9p]
14 e7dc2abd 2022-01-04 op and contains further improvements.
15 c55b00ed 2021-12-31 op
16 e7dc2abd 2022-01-04 op [docker-go-p9p]: https://github.com/docker-archive/go-p9p
17 e7dc2abd 2022-01-04 op
18 c55b00ed 2021-12-31 op Copyright © 2015 Docker, Inc. go-p9p is licensed under the Apache
19 c55b00ed 2021-12-31 op License, Version 2.0. See [LICENSE](LICENSE) for the full license
20 c55b00ed 2021-12-31 op text.