Skip to content

Commit 8a6f89d

Browse files
committed
Fix package-comments linter warning in doc.go
1 parent 2cbfc47 commit 8a6f89d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Package testutils provides a collection of utilities for testing Go applications, including stdout/stderr capture,
2-
// file handling, HTTP test helpers, and test containers.
1+
// Package testutils provides a collection of utilities for testing Go applications
2+
// including stdout/stderr capture, file handling, HTTP test helpers, and test containers.
33
//
44
// It consists of several main components:
55
//
@@ -33,5 +33,4 @@
3333
//
3434
// These utilities help simplify test setup, improve test reliability, and reduce
3535
// boilerplate code in test suites, especially for integration tests.
36-
3736
package testutils

0 commit comments

Comments
 (0)