client/pkg/serving
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
..
config_changes.go Adds step to simplify code along with goimports (#239) 2019-07-08 03:17:33 -07:00
config_changes_test.go Adds step to simplify code along with goimports (#239) 2019-07-08 03:17:33 -07:00
service.go fix(service update): Only update fields which have been sent by server. (#155) 2019-06-03 13:30:35 -07:00