<@!816758878980276224> what we could do to improve...
# development
d
@User what we could do to improve this one? for go test, Jenkins mark as failure. I am not sure why 🙂
Copy code
+ go test ./...
go: downloading github.com/stretchr/testify v1.7.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading github.com/davecgh/go-spew v1.1.1
# github.com/gravitl/netmaker/auth
auth/auth.go:82:3: fmt.Fprintln arg list ends with redundant newline
auth/auth.go:101:3: fmt.Fprintln arg list ends with redundant newline
?       github.com/gravitl/netmaker    [no test files]
ok      github.com/gravitl/netmaker/config    0.009s
ok      github.com/gravitl/netmaker/controllers    57.904s
ok      github.com/gravitl/netmaker/functions    0.554s
ok      github.com/gravitl/netmaker/logic    0.031s
ok      github.com/gravitl/netmaker/models    0.027s [no tests to run]
ok      github.com/gravitl/netmaker/netclient/ncutils    1.874s
Build step 'Execute shell' marked build as failure
Finished: FAILURE