]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/mvs: export a NewBuildListError function
authorBryan C. Mills <bcmills@google.com>
Wed, 5 Aug 2020 03:27:18 +0000 (23:27 -0400)
committerBryan C. Mills <bcmills@google.com>
Mon, 24 Aug 2020 20:30:23 +0000 (20:30 +0000)
commit6a718175a6b5532bb49160047731181a4ecec2a1
tree6c53bc1dd3470bbb4952d9739a2c50fa9cdd69a0
parent9bcc5d20b6f2574e5b98822e0986a1cfa14032f6
cmd/go/internal/mvs: export a NewBuildListError function

Also factor out BuildListError to a separate file.

For #36460

Change-Id: Ibd1143893b09a2bbef659bea1e8c5dd35184a7ef
Reviewed-on: https://go-review.googlesource.com/c/go/+/247764
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/internal/mvs/errors.go [new file with mode: 0644]
src/cmd/go/internal/mvs/mvs.go