docker-archive / go-p9p

A modern, performant 9P library for Go.
Apache License 2.0
206 stars 50 forks source link

Add link to the P9P protocl specification #42

Closed bippityboppity closed 4 years ago

bippityboppity commented 6 years ago

I thought it might be helpful to have a link directly to the spec...

GordonTheTurtle commented 6 years ago

Please sign your commits following these rules: https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work The easiest way to do this is to amend the last commit:

$ git clone -b "add-link-to-docs" git@github.com:bippityboppity/go-p9p.git somewhere
$ cd somewhere
$ git commit --amend -s --no-edit
$ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

codecov[bot] commented 6 years ago

Codecov Report

Merging #42 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #42   +/-   ##
=======================================
  Coverage   22.37%   22.37%           
=======================================
  Files          14       14           
  Lines        1171     1171           
=======================================
  Hits          262      262           
  Misses        848      848           
  Partials       61       61

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 64abb42...150c7a7. Read the comment docs.

bippityboppity commented 6 years ago

Ah, sorry, I completely missed that! I updated the commit.