spf13 / pflag

Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
BSD 3-Clause "New" or "Revised" License
2.43k stars 348 forks source link

go test error #399

Open moradudu opened 7 months ago

moradudu commented 7 months ago

PS C:\Users\moradae\GolandProjects\nesd> go get github.com/spf13/pflag PS C:\Users\moradae\GolandProjects\nesd> go test github.com/spf13/pflag

github.com/spf13/pflag

[github.com/spf13/pflag]

D:\go\pkg\mod\github.com\spf13\pflag@v1.0.5\flag_test.go:1221:3: fmt.Println arg list ends with redundant newline FAIL github.com/spf13/pflag [build failed] FAIL my go version is 1.22.1