Skip to content

Commit b7b77ca

Browse files
authored
build(deps): bump github.com/timakin/bodyclose from 574207250966 to ed6a65f985e (#5077)
1 parent e1a63e3 commit b7b77ca

File tree

3 files changed

+22
-10
lines changed

3 files changed

+22
-10
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ require (
109109
github.com/stretchr/testify v1.10.0
110110
github.com/tdakkota/asciicheck v0.2.0
111111
github.com/tetafro/godot v1.4.18
112-
github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966
112+
github.com/timakin/bodyclose v0.0.0-20241017074812-ed6a65f985e3
113113
github.com/timonwong/loggercheck v0.10.1
114114
github.com/tomarrell/wrapcheck/v2 v2.10.0
115115
github.com/tommy-muehle/go-mnd/v2 v2.5.1

go.sum

Lines changed: 20 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/golinters/bodyclose/bodyclose.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ func New() *goanalysis.Linter {
1212

1313
return goanalysis.NewLinter(
1414
a.Name,
15-
"checks whether HTTP response body is closed successfully",
15+
a.Doc,
1616
[]*analysis.Analyzer{a},
1717
nil,
1818
).WithLoadMode(goanalysis.LoadModeTypesInfo)

0 commit comments

Comments
 (0)