client/pkg
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
..
kn feat(build.sh): Enable goimports + cleanup imports in source files (#186) 2019-06-28 06:30:08 -07:00
printers feat(build.sh): Enable goimports + cleanup imports in source files (#186) 2019-06-28 06:30:08 -07:00
serving feat(build.sh): Enable goimports + cleanup imports in source files (#186) 2019-06-28 06:30:08 -07:00
wait feat(service create): Wait for a service to be ready when its created (#156) 2019-06-28 05:57:06 -07:00
dummy_test.go Incorporate reference to knative/test-infra for setting up automated tests. (#34) 2019-03-05 16:31:05 -08:00