github.com/vanstinator/golangci-lint@v0.0.0-20240223191551-cc572f00d9d1/test/testdata/fix/out/gofumpt.go (about)

     1  //golangcitest:args -Egofumpt
     2  //golangcitest:config_path testdata/configs/gofumpt-fix.yml
     3  //golangcitest:expected_exitcode 0
     4  package p
     5  
     6  import "fmt"
     7  
     8  func GofmtNotExtra(bar, baz string) {
     9  	fmt.Print(bar, baz)
    10  }