Closed GoogleCodeExporter closed 9 years ago
ohh, got it.
Original comment by amolpuj...@gmail.com
on 27 Mar 2013 at 1:59
Thanks for trying my package.
It seems that you have figured it out but I'll post it here for reference:
http://golang.org/cmd/go/#hdr-Remote_import_path_syntax
I omitted the import from the example on the project page as it is standard Go
convention.
For more real-world examples, you can search for programs using
"code.google.com/p/gcfg" on code sharing sites (e.g. github.com), here is one
example:
https://github.com/abh/geodns/blob/ab821f706123806ac910132b96170dd1bdbd138a/conf
ig.go
Original comment by speter....@gmail.com
on 27 Mar 2013 at 11:41
Original issue reported on code.google.com by
amolpuj...@gmail.com
on 27 Mar 2013 at 1:47