diff options
| author | Julie Qiu <julie@golang.org> | 2021-06-23 16:36:40 -0700 |
|---|---|---|
| committer | Julie Qiu <julie@golang.org> | 2021-07-12 21:13:20 +0000 |
| commit | e6b30bf2f78149bbea1ef607321cdeed1010abc5 (patch) | |
| tree | fe76ed9ca0f6a83124a1130e797c2da10c04fcfc /internal/stdlib/testdata/dev.fuzz/src/cmd | |
| parent | 738f3de8876e8c3c274b30b830ab079466e44ae7 (diff) | |
| download | go-x-pkgsite-e6b30bf2f78149bbea1ef607321cdeed1010abc5.tar.xz | |
internal: support std@dev.fuzz
It is now possible to fetch std@dev.fuzz and view /std@dev.fuzz on the
frontend.
For golang/go#46910
Change-Id: I2fd7259840ba32ff35ca323d07412988e533ffba
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/330413
Trust: Julie Qiu <julie@golang.org>
Run-TryBot: Julie Qiu <julie@golang.org>
TryBot-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
Diffstat (limited to 'internal/stdlib/testdata/dev.fuzz/src/cmd')
| -rw-r--r-- | internal/stdlib/testdata/dev.fuzz/src/cmd/README.vendor | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/stdlib/testdata/dev.fuzz/src/cmd/README.vendor b/internal/stdlib/testdata/dev.fuzz/src/cmd/README.vendor new file mode 100644 index 00000000..ac0df5e9 --- /dev/null +++ b/internal/stdlib/testdata/dev.fuzz/src/cmd/README.vendor @@ -0,0 +1,2 @@ +See src/README.vendor for information on loading vendored packages +and updating the vendor directory. |
