Daniel Jakots wrote: > Hi, > > I'm looking forward to package agl's xmpp-client. I already installed > it with `go get` but I'd prefer to have a package. > > In my $GOPATH/src, I have > > . > |-- github.com > | `-- agl > | |-- xmpp > | `-- xmpp-client > `-- golang.org > `-- x > |-- crypto > [...] > `-- net > |-- context > [...] > |-- spdy > |-- webdav > `-- websocket > > I saw that there is already net/go-websocket so I guess I have also to > create net/go-context and so on, same thing from crypto (the full tree > is attached fyi), am I right?
Indeed you are. I had a private discussion with a few porters about this recently. Also, check out the tool godep for situations like this. Very useful.