You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
In time for Go 1.3, go.crypto has a much improved ssh package thanks
to Han-Wen, JP and others.
There are substantial API changes in the new code[1] and so, for those
who don't wish to update their own code, the current go.crypto/ssh
package has been forked to code.google.com/p/gosshold/ssh. It's ready
now so you can change your import paths today and not have to worry
about this again.
Otherwise, I plan on replacing the old go.crypto/ssh package with
gosshnew on April 9th. If you plan on updating to the improved
package, then you can switch import paths to
code.google.com/p/gosshnew/ssh today, which will make the eventual
transition a simple change once that code moves to go.crypto/ssh. Hanwen
has written a guide for updating[2].
I don't plan on working on gosshold. If anyone wishes to take up
maintainership, please let me know.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Adam Langley, golang-nuts
It's interesting that this sort of issue is happening with these
packages as well. Ideally rather than people having to change their
own import paths for their code to continue working as it is today,
the import path would change for the new code. In gopkg.in language,
we'd have gopkg.in/golang/v1/ssh and gopkg.in/golang/v2/ssh.
> --
> You received this message because you are subscribed to the Google Groups "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.