client/pkg/printers
Roland Huß a60d273d82 feat(build.sh): Enable goimports + cleanup imports in source files (#186)
* feat(build.sh): Enable goimports for cleanup imports + cleanup imports

Much like 'go fmt' for cleaning up go source, 'goimports' can help
in properly formatting and grouping imports. See https://goinbigdata.com/goimports-vs-gofmt/
for a quick overview.

This commit also cleansup imports on existing files.

* fix(build): Add missing space for output on iterm

* chore(build): Merged gofmt and goimports

And changed order so that formatting and import reordering comes
before compiling and testing
2019-06-28 06:30:08 -07:00
..
interface.go Adds human-friendly table printing for resource listing (#85) 2019-05-09 16:27:38 -07:00
tablegenerator.go Adds human-friendly table printing for resource listing (#85) 2019-05-09 16:27:38 -07:00
tableprinter.go feat(build.sh): Enable goimports + cleanup imports in source files (#186) 2019-06-28 06:30:08 -07:00
tabwriter.go Adds human-friendly table printing for resource listing (#85) 2019-05-09 16:27:38 -07:00