Skip to content

Commit

Permalink
Update go/tools/builders/generate_test_main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum authored Apr 30, 2024
1 parent 2502b01 commit 8db148b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/tools/builders/generate_test_main.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ func main() {
// in tests.
//
// signal.Notify is used to ensure that there is a no-op signal handler registered.
// Avoid using signal.Ignore here: despite the name, it's only used to unregistered handler(s) that
// Avoid using signal.Ignore here: despite the name, it's only used to unregister handlers that
// were previously registered by signal.Notify. See (2) for more information.
//
// (1): https://github.com/golang/go/blob/e816eb50140841c524fd07ecb4eaa078954eb47c/src/testing/testing.go#L2351
Expand Down

0 comments on commit 8db148b

Please sign in to comment.