client/hack
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
..
build-flags.sh feat(build.sh) - Add mandatory license check (#187) 2019-06-14 15:50:43 -07:00
build.sh feat(build.sh): Enable goimports + cleanup imports in source files (#186) 2019-06-28 06:30:08 -07:00
generate-docs.go Regroups code to use subpackages. Finishes issue #66 (#145) 2019-06-05 16:30:38 -07:00
release.md Setup release infrastructure for Knative Client (#115) 2019-05-16 10:51:17 -07:00
release.sh Add the support to build container image for kn (#152) 2019-06-06 17:30:40 -07:00
update-deps.sh Add hack/verify-codegen.sh so CI verifies vendor/ doesn't drift (#64) 2019-04-08 10:28:58 -07:00
verify-codegen.sh Add hack/verify-codegen.sh so CI verifies vendor/ doesn't drift (#64) 2019-04-08 10:28:58 -07:00