github.com/nozzle/golangci-lint@v1.49.0-nz3/test/testdata/fix/in/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 string, baz string) {
     9  	fmt.Print(bar, baz)
    10  }