A modern, performant 9P library for Go.
Go
Switch branches/tags
Nothing to show
Latest commit 87ae851 Feb 23, 2017 @stevvooe stevvooe committed on GitHub Merge pull request #37 from docker/stevvooe-patch-1
build: add 1.8 and tip to travis build
Permalink
Failed to load latest commit information.
cmd p9p: remove mentions of original package name Apr 6, 2016
.gitignore Initial commit Nov 30, 2015
.travis.yml build: add 1.8 and tip to travis build Feb 23, 2017
CONTRIBUTING.md Add MAINTAINERS and Contributing.md May 20, 2016
LICENSE Fix copyright statement Apr 6, 2016
MAINTAINERS Moved to official docker email May 20, 2016
README.md Fix readme alignment Jun 8, 2016
channel.go channel: truncate twrite messages based on msize Nov 16, 2016
channel_test.go channel: truncate twrite messages based on msize Nov 16, 2016
client.go channel: truncate twrite messages based on msize Nov 16, 2016
context.go p9p: use new context package throughout Nov 14, 2016
dispatcher.go p9p: use new context package throughout Nov 14, 2016
doc.go v1/pkg/p9p Nov 11, 2015
encoding.go encoding: clean up unit tests Nov 16, 2016
encoding_test.go encoding: clean up unit tests Nov 16, 2016
errors.go lint/vet: address several issues identified by lint/vet May 21, 2016
fcall.go Remove tag defaulting in newFcall May 25, 2016
logging.go v1/pkg/p9p Nov 11, 2015
messages.go v1/pkg/p9p Nov 11, 2015
overflow.go channel: truncate twrite messages based on msize Nov 16, 2016
readdir.go p9p: use new context package throughout Nov 14, 2016
server.go channel: truncate twrite messages based on msize Nov 16, 2016
session.go channel: truncate twrite messages based on msize Nov 16, 2016
transport.go p9p: use new context package throughout Nov 14, 2016
types.go Specify type for all constants, not just the first Aug 11, 2016
version.go p9p: use new context package throughout Nov 14, 2016

README.md

p9p GoDoc Apache licensed CircleCI TravisCI Go Report Card Badge Badge

A modern, performant 9P library for Go.

For information on usage, please see the GoDoc.

Copyright and license

Copyright © 2015 Docker, Inc. go-p9p is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.