diff options
| author | Rhys Hiltner <rhys.hiltner@gmail.com> | 2026-02-03 09:19:09 -0800 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2026-02-06 09:30:20 -0800 |
| commit | cc8cfbee7b3ea15449af540bf18a53785aa00fc0 (patch) | |
| tree | 6b8942f4ce9f7ca239e3adc4ed38535ca43368de | |
| parent | a6a08463ab8fe33c564ddca0578acc38e1709e6c (diff) | |
| download | go-x-website-cc8cfbee7b3ea15449af540bf18a53785aa00fc0.tar.xz | |
_content/doc/go1.26: correct ARTIFACTS log line
For golang/go#75005
Change-Id: I12c2b1978be6e886239bbb7820afe1251bbfb349
Reviewed-on: https://go-review.googlesource.com/c/website/+/741243
Reviewed-by: Damien Neil <dneil@google.com>
Auto-Submit: Damien Neil <dneil@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Rhys Hiltner <rhys.hiltner@gmail.com>
| -rw-r--r-- | _content/doc/go1.26.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/doc/go1.26.md b/_content/doc/go1.26.md index 706112e4..1839018e 100644 --- a/_content/doc/go1.26.md +++ b/_content/doc/go1.26.md @@ -651,7 +651,7 @@ For example, in a test named `TestArtifacts`, `t.ArtifactDir()` emits: ``` -=== ARTIFACTS Test /path/to/artifact/dir +=== ARTIFACTS TestArtifacts /path/to/artifact/dir ``` #### [`testing/cryptotest`](/pkg/testing/cryptotest/) |
