Skip to content

Commit 73ed373

Browse files
committed
chore: add PR number
1 parent 798b0a3 commit 73ed373

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

internal/go/base/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ Only the function `IsETXTBSY` is extracted.
66

77
## History
88

9-
- https://github.com/golangci/golangci-lint/pull/xx
9+
- https://github.com/golangci/golangci-lint/pull/5576
1010
- sync go1.24.1

internal/go/cache/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The main modifications are:
1212

1313
## History
1414

15-
- https://github.com/golangci/golangci-lint/pull/xx
15+
- https://github.com/golangci/golangci-lint/pull/5576
1616
- sync go1.24.1
1717
- https://github.com/golangci/golangci-lint/pull/5100
1818
- Move package from `internal/cache` to `internal/go/cache`

internal/go/cacheprog/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ This is just a copy of the Go code without any changes.
55

66
## History
77

8-
- https://github.com/golangci/golangci-lint/pull/xx
8+
- https://github.com/golangci/golangci-lint/pull/5576
99
- sync go1.24.1

internal/go/mmap/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This is just a copy of the Go code without any changes.
55

66
## History
77

8-
- https://github.com/golangci/golangci-lint/pull/xxx
8+
- https://github.com/golangci/golangci-lint/pull/5576
99
- sync go1.24.1
1010
- https://github.com/golangci/golangci-lint/pull/5100
1111
- Move package from `internal/mmap` to `internal/go/mmap`

internal/go/quoted/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This is just a copy of the Go code without any changes.
55

66
## History
77

8-
- https://github.com/golangci/golangci-lint/pull/xxx
8+
- https://github.com/golangci/golangci-lint/pull/5576
99
- sync go1.24.1 (no change)
1010
- https://github.com/golangci/golangci-lint/pull/5100
1111
- Move package from `internal/quoted` to `internal/go/quoted`

internal/go/testenv/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Only the function `SyscallIsNotSupported` is extracted (related to `cache`).
66

77
## History
88

9-
- https://github.com/golangci/golangci-lint/pull/xx
9+
- https://github.com/golangci/golangci-lint/pull/5576
1010
- sync go1.24.1
1111
- https://github.com/golangci/golangci-lint/pull/5100
1212
- Move package from `internal/testenv` to `internal/go/testenv`

0 commit comments

Comments
 (0)