Open pterjan opened 1 year ago
It no longer accepts Println with a constant ending with a newline:
Fixes #368
./flag_test.go:1242:3: fmt.Println arg list ends with redundant newline FAIL github.com/spf13/pflag [build failed]
Also changing the previous line ven if it si not constant for consistency.
All committers have signed the CLA.
It no longer accepts Println with a constant ending with a newline:
Fixes #368
./flag_test.go:1242:3: fmt.Println arg list ends with redundant newline FAIL github.com/spf13/pflag [build failed]
Also changing the previous line ven if it si not constant for consistency.