]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/modload: ensure that modRoot and targetPrefix are initialized in...
authorBryan C. Mills <bcmills@google.com>
Thu, 29 Oct 2020 03:49:54 +0000 (23:49 -0400)
committerBryan C. Mills <bcmills@google.com>
Fri, 30 Oct 2020 18:05:53 +0000 (18:05 +0000)
commit36d412f7548d90f4764c780a6f7d7da04bb90a9e
tree40220d24292be83fc48226b51ecd1b96d2bbedde
parent34665c63ff39b83dcc5d3ca6400c19ee737ac988
cmd/go/internal/modload: ensure that modRoot and targetPrefix are initialized in DirImportPath

For #37438

Change-Id: I2e1f47d567842ac5504b7b8ed0b3fba6f92d778b
Reviewed-on: https://go-review.googlesource.com/c/go/+/266340
Run-TryBot: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Jay Conrod <jayconrod@google.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Bryan C. Mills <bcmills@google.com>
src/cmd/go/internal/modload/load.go