client/pkg/serving
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
..
config_changes.go feat(service create/update): Add support of minScale/maxScale/concurrency-target/concurrency-limit (#157) 2019-06-08 08:27:40 -07:00
config_changes_test.go feat(build.sh): Enable goimports + cleanup imports in source files (#186) 2019-06-28 06:30:08 -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