Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/docker-archive/go-p9p
A modern, performant 9P library for Go.
https://github.com/docker-archive/go-p9p
Last synced: 7 days 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-12T11:25:55.000Z (almost 5 years ago)
- Last Synced: 2024-05-21T19:12:13.099Z (6 months 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 [![GoDoc](https://godoc.org/github.com/docker/go-p9p?status.svg)](https://godoc.org/github.com/docker/go-p9p) [![Apache licensed](https://img.shields.io/badge/license-Apache-blue.svg)](https://raw.githubusercontent.com/docker/go-p9p/master/LICENSE) [![CircleCI](https://circleci.com/gh/docker/go-p9p.svg?style=shield)](https://circleci.com/gh/docker/go-p9p) [![TravisCI](https://travis-ci.org/docker/go-p9p.svg?branch=master)](https://travis-ci.org/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://doyouevenbadge.com/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.