it would be nice if it was possible to get this with:
goinstall github.com/wernerd/GoRTP/rtp
Here's the TARG that I am referring to:https://github.com/wernerd/GoRTP/blob/master/src/pkg/net/rtp/Makefile#L3
The gomake application uses the TARG variable to specify the package import path.The goinstall application uses the import path passed as a command line argument to specify both the location of the package source and the import path for the package. The goinstall application ignores the Makefile.
To minimize confusion, TARG should match the goinstall path. More specifically, use "TARG=github.com/wernerd/GoRTP/src/pkg/net/rtp".I like Rog's suggestion of shortening the path to "github.com/wernerd/GoRTP/rtp".
> Are there any "Hello, world!" examples?
Here's a simple example: https://github.com/bradfitz/gomemcache
you could add a symbolic link rtp->src/pkg/net/rtp
--
matt kane's brain
http://hydrogenproject.com