Descriptioncmd/pack: avoid ./ import in test (fix Windows build)
It is possible to use ./ imports on Windows but it
requires some extra command-line work
('go build' does this automatically, but we can't use 'go build' here).
Instead, use an ordinary import and -I/-L, which are easier to use.
Patch Set 1 #Patch Set 2 : diff -r e00d4dccf31f https://code.google.com/p/go/ #Patch Set 3 : diff -r e00d4dccf31f https://code.google.com/p/go/ #Patch Set 4 : diff -r e00d4dccf31f https://code.google.com/p/go/ #MessagesTotal messages: 3
|