The output of the testable example Example_helpPlaceholder is not working correctly due to wrong formatting.
Observe the example in pkg.go.dev and note how the Output section is empty.
This simple PR fixes the formatting so the Output section works correctly.
I discovered this issue while running golangci-lint over the repository :)
The output of the testable example
Example_helpPlaceholder
is not working correctly due to wrong formatting. Observe the example in pkg.go.dev and note how the Output section is empty.This simple PR fixes the formatting so the Output section works correctly. I discovered this issue while running
golangci-lint
over the repository :)