commit 22ae314996b3ca79ac28a3bacc208558644568fa from: Omar Polo date: Sat Nov 26 18:02:14 2022 UTC update README commit - ff500351f1bd66c15905578e077f1cd601a5d733 commit + 22ae314996b3ca79ac28a3bacc208558644568fa blob - b1f0508947cb2b57f96e8608dc062e0149cd5ed1 blob + 1d455640586e22115b59061f0d7f3e476176e612 --- README.md +++ README.md @@ -1,20 +1,18 @@ -# p9p [![godocs.io](https://godocs.io/git.omarpolo.com/go-p9p?status.svg)](https://godocs.io/git.omarpolo.com/go-p9p) +# p9p [![Go Documentation](https://godocs.io/go.omarpolo.com/go-p9p?status.svg)](https://godocs.io/go.omarpolo.com/go-p9p) A modern, performant 9P library for Go. For information on usage, please see the -[GoDoc](https://godocs.io/git.omarpolo.com/go-p9p). +[GoDoc page](https://godocs.io/go.omarpolo.com/go-p9p). Refer to [9P's documentation](http://9p.cat-v.org/documentation) for more details on the protocol. ## Copyright and license -This library was forked from [docker-archive/go-p9p][docker-go-p9p] +This library was forked from https://github.com/docker-archive/go-p9p and contains further improvements. -[docker-go-p9p]: https://github.com/docker-archive/go-p9p - Copyright © 2015 Docker, Inc. go-p9p is licensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for the full license text.