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
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