]> Cypherpunks repositories - gostls13.git/commit
cmd/pack: avoid ./ import in test (fix Windows build)
authorRuss Cox <rsc@golang.org>
Thu, 17 Apr 2014 20:25:38 +0000 (16:25 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 17 Apr 2014 20:25:38 +0000 (16:25 -0400)
commit576318c7bd9c1deeb5877df65dc26aeb53999ee2
tree2bb37e152844cccb2122e5151e5f323d6fd571ee
parent6524310770649b6aa9786711edd2f6eeab4ba61a
cmd/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.

LGTM=iant
R=iant
CC=golang-codereviews
https://golang.org/cl/89040043
src/cmd/pack/pack_test.go