https://github.com/docker-archive/go-p9p
A modern, performant 9P library for Go.
https://github.com/docker-archive/go-p9p
Last synced: 2 months ago
JSON representation
A modern, performant 9P library for Go.
- Host: GitHub
- URL: https://github.com/docker-archive/go-p9p
- Owner: docker-archive
- License: apache-2.0
- Archived: true
- Created: 2016-04-05T22:22:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-12T11:25:55.000Z (over 5 years ago)
- Last Synced: 2024-05-21T19:12:13.099Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 147 KB
- Stars: 204
- Watchers: 22
- Forks: 50
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-9p - go-p9p - Docker's performant 9p2000 library (Libraries / Go)
README
# p9p [](https://godoc.org/github.com/docker/go-p9p) [](https://raw.githubusercontent.com/docker/go-p9p/master/LICENSE) [](https://circleci.com/gh/docker/go-p9p) [](https://travis-ci.org/docker/go-p9p) [](https://goreportcard.com/report/github.com/docker/go-p9p) [](http://doyouevenbadge.com/report/github.com/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).
Refer to [9P's documentation](http://9p.cat-v.org/documentation) for more details on the protocol.
## Copyright and license
Copyright © 2015 Docker, Inc. go-p9p is licensed under the Apache License,
Version 2.0. See [LICENSE](LICENSE) for the full license text.