10 lines
176 B
Go
10 lines
176 B
Go
//golangcitest:args -Egofumpt
|
|
//golangcitest:config_path testdata/configs/gofumpt-fix.yml
|
|
package p
|
|
|
|
import "fmt"
|
|
|
|
func GofmtNotExtra(bar, baz string) {
|
|
fmt.Print(bar, baz)
|
|
}
|