|
Jmpittman |
at Dec 11, 2012 at 4:00 pm
|
⇧ |
| |
Thanks for the quick response. I think I covered most everything with
the last two updates to the CL. I left the Authorized Keys stuff alone
(for now) for the parsing (where it clearly indicates not supporting
beyond ssh-rsa and ssh-dss). I think that could be saved for a later
CL.
https://codereview.appspot.com/6873060/diff/3004/ssh/certs.goFile ssh/certs.go (right):
https://codereview.appspot.com/6873060/diff/3004/ssh/certs.go#newcode8ssh/certs.go:8: package ssh
On 2012/12/11 15:32:16, agl1 wrote:
I don't think the References comment should live above the package
line.
Unless you feel it not necessary, I moved it up so that it would show up
in package documentation via godoc. Godoc seems to create a nice little
box for references, but only when they appear above the package line.
An example is
http://golang.org/pkg/archive/tar/.Although, after double checking, it is not showing up when I run a local
copy of godoc. It may be that I would have to put the reference comment
in another file. I will move it back for now.
https://codereview.appspot.com/6873060/