client/hack
Navid Shaikh 389a7592bc Adds step to simplify code along with goimports (#239)
(and gofmt if goimports isn't available)

 - Runs goimports on all packages except vendor dir and filter on only *.go files

 - Runs gofmt on all dirs except vendor and filters on *.go files, also writes the results instead of printing diff

 - Fixes typo s/insteat/insead

 - Adds the changes after adding simply code step in hack/build.sh

 - Uses source_dir var specifying the dirs to work on

 - Combines gofmt commands into single command
2019-07-08 03:17:33 -07:00
..
build-flags.sh feat(build.sh) - Add mandatory license check (#187) 2019-06-14 15:50:43 -07:00
build.sh Adds step to simplify code along with goimports (#239) 2019-07-08 03:17:33 -07:00
generate-docs.go Add kn revision delete command (#207) 2019-06-28 10:21:08 -07:00
release.md Setup release infrastructure for Knative Client (#115) 2019-05-16 10:51:17 -07:00
release.sh fix(release.sh): Point to proper directory to extract the serving version (#221) 2019-07-03 01:47:32 -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