Skip to content

Commit 56e13b5

Browse files
committed
build(deps): bump github.com/timakin/bodyclose from 574207250966 to adbc21e6bf36
1 parent 9966cab commit 56e13b5

File tree

3 files changed

+22
-10
lines changed

3 files changed

+22
-10
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ require (
109109
github.com/stretchr/testify v1.9.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-20241017074824-adbc21e6bf36
113113
github.com/timonwong/loggercheck v0.9.4
114114
github.com/tomarrell/wrapcheck/v2 v2.9.0
115115
github.com/tommy-muehle/go-mnd/v2 v2.5.1

go.sum

+20-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/golinters/bodyclose/bodyclose.go

+1-1
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)