Skip to content

Commit

Permalink
log: replace the outdated link (ethereum#29412)
Browse files Browse the repository at this point in the history
  • Loading branch information
carehabit authored Apr 2, 2024
1 parent 8c5576b commit fde9044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log/format.go
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ func writeTimeTermFormat(buf *bytes.Buffer, t time.Time) {

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

0 comments on commit fde9044

Please sign in to comment.