diff options
| author | cuishuang <imcusg@gmail.com> | 2025-10-20 17:55:48 +0800 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-10-27 09:33:07 -0700 |
| commit | 0997000b45e3a40598272081bcad03ffd21b8adb (patch) | |
| tree | f092ba94c5c3e61f5bb0a8b6d5eefee2f5446dd4 /acme/pebble_test.go | |
| parent | 017a1aaa2d993492ef6f74ebe7c87f33d82d3717 (diff) | |
| download | go-x-crypto-0997000b45e3a40598272081bcad03ffd21b8adb.tar.xz | |
all: fix some comments
Change-Id: I0395c5db6edd7d90f9ec1dadbe881a77c906c732
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/713120
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
Reviewed-by: David Chase <drchase@google.com>
Auto-Submit: Sean Liao <sean@liao.dev>
Reviewed-by: Sean Liao <sean@liao.dev>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Diffstat (limited to 'acme/pebble_test.go')
| -rw-r--r-- | acme/pebble_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acme/pebble_test.go b/acme/pebble_test.go index bb4809f..79051ac 100644 --- a/acme/pebble_test.go +++ b/acme/pebble_test.go @@ -757,7 +757,7 @@ func prepareBinaries(t *testing.T, pebbleDir string) string { // We don't want to build in the module cache dir, which might not be // writable or to pollute the user's clone with binaries if pebbleLocalDir - //is used. + // is used. binDir := t.TempDir() build := func(cmd string) { |
