]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/modload: factor smaller files out of load.go and init.go
authorBryan C. Mills <bcmills@google.com>
Fri, 6 Mar 2020 22:18:16 +0000 (17:18 -0500)
committerBryan C. Mills <bcmills@google.com>
Mon, 9 Mar 2020 19:17:27 +0000 (19:17 +0000)
commit2818a11b1824ca52803a3a335354970fbccfcf2e
treeb75a94adfd714040e5e0ab3e109bb21f58a9706d
parentb559a173f9f187e1185f8de00a9cc1f5b05aceef
cmd/go/internal/modload: factor smaller files out of load.go and init.go

No semantic changes intended: just structural cleanup.

Updates #36460

Change-Id: I405bc2572d3ff00f595dae645e673a11e01621ca
Reviewed-on: https://go-review.googlesource.com/c/go/+/222340
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/internal/modload/init.go
src/cmd/go/internal/modload/load.go
src/cmd/go/internal/modload/modfile.go [new file with mode: 0644]
src/cmd/go/internal/modload/mvs.go [new file with mode: 0644]
src/cmd/go/internal/modload/vendor.go [new file with mode: 0644]