|
David Skinner |
at Aug 26, 2014 at 12:04 am
|
⇧ |
| |
I have to say that I have grown accustomed to
import "gopkg.in/whatever.v1"
and it seems that if the program is being compiled remotely, it should do
the go get remotely as well.
Yes, I can do a
git clone git@github.com:somebody/package.git
to a manually created directory with the desired path name and then try to
remember to update it maybe sometimes. It's just that I really like
go get -u
when I want to make sure everything is up to date and I don't mind if
something breaks.
I hate to seem disagreeable but the go-app-builder does not conform to the
normal build system.
By the way, I really love Go on app-engine! Great job!
--
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+unsubscribe@googlegroups.com.
For more options, visit
https://groups.google.com/d/optout.