spinnaker / roer

A thin Spinnaker CLI
Apache License 2.0
45 stars 45 forks source link

Debugging and documentation improvements #30

Closed benjaminws closed 6 years ago

benjaminws commented 6 years ago

Hello!

This is largely a set of nitpicks if I'm 100% honest. While working in the codebase I noted that quite a bit of the debugging output using fmt.Printf etc is actually useful but would be even more useful if it worked with the logging library already available. While in there I took care of some go vet, golint suggestions as well.

robzienert commented 6 years ago

Appreciate the cleanup!