]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/load: split test logic out of pkg.go into test.go
authorRuss Cox <rsc@golang.org>
Wed, 18 Apr 2018 16:25:28 +0000 (12:25 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 25 Apr 2018 21:01:54 +0000 (21:01 +0000)
commit90083e658ad99594a217fcbc060745bc18e6159d
tree115dd7caaf241cca973162a74adf62f6e3480989
parent90e860f1a8f1412dad5f0c6ae10b650352c3a6b3
cmd/go/internal/load: split test logic out of pkg.go into test.go

It's going to grow.

Change-Id: I4f5d3cce6e03250508d1ae0981a6d82a4192ae31
Reviewed-on: https://go-review.googlesource.com/107915
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/go/internal/load/pkg.go
src/cmd/go/internal/load/test.go [new file with mode: 0644]