Skip to content

Commit fde9044

Browse files
author
carehabit
authored
log: replace the outdated link (ethereum#29412)
1 parent 8c5576b commit fde9044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log/format.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ func writeTimeTermFormat(buf *bytes.Buffer, t time.Time) {
340340

341341
// writePosIntWidth writes non-negative integer i to the buffer, padded on the left
342342
// by zeroes to the given width. Use a width of 0 to omit padding.
343-
// Adapted from golang.org/x/exp/slog/internal/buffer/buffer.go
343+
// Adapted from pkg.go.dev/log/slog/internal/buffer
344344
func writePosIntWidth(b *bytes.Buffer, i, width int) {
345345
// Cheap integer to fixed-width decimal ASCII.
346346
// Copied from log/log.go.

0 commit comments

Comments
 (0)