We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ced36 commit 32f6694Copy full SHA for 32f6694
test/testdata/forbidigo.go
@@ -5,5 +5,5 @@ package testdata
5
import "fmt"
6
7
func Forbidigo() {
8
- fmt.Printf("too noisy!!!") // ERROR "use of `fmt.Printf` forbidden by pattern `fmt\\.Print.*`"
+ fmt.Printf("too noisy!!!") // ERROR "use of `fmt\\.Printf` forbidden by pattern `fmt\\\\.Print\\.\\*`"
9
}
0 commit comments