]> Cypherpunks repositories - gostls13.git/commit
all: document vendoring in the standard library
authorJay Conrod <jayconrod@google.com>
Fri, 3 May 2019 22:06:41 +0000 (18:06 -0400)
committerJay Conrod <jayconrod@google.com>
Thu, 9 May 2019 17:11:16 +0000 (17:11 +0000)
commita44c3edbe0aafb509a175dfe0918bd17863bc97c
treead7c5d77d6bc51398beab267f567ad3b7b012fa0
parentffd7eba20a0b21e2af038ed4bedfe4a052aa22b7
all: document vendoring in the standard library

Added documentation that explains special cases for vendored packages
in the standard library and provides instructions for updating vendor
directories.

Fixes #31806

Change-Id: Ib697ed18eae28023ab0bfb9f4d250992c393571d
Reviewed-on: https://go-review.googlesource.com/c/go/+/174999
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/README.vendor [new file with mode: 0644]
src/cmd/README.vendor [new file with mode: 0644]