Commit Graph

3 Commits

Author SHA1 Message Date
Chi Zhang 0840da9555
add options for cmd (#1170) 2020-03-23 16:16:09 -07:00
Matt Moore cd063fbc21 golang format tools (#892)
Produced via:
  `gofmt -s -w $(find -path './vendor' -prune -o -type f -name '*.go' -print))`
  `goimports -w $(find -name '*.go' | grep -v vendor)`
/assign n3wscott
2019-11-21 11:06:08 -08:00
Chi Zhang 0400231005 Add a command package to run command line (#762)
* add Run and RunBatchSequentially

* add RunBatchParallelly

* minor changes

* parallel

* address feedbacks

* add trailing space

* sort import

* address CR feedbacks

* fix unit test

* change to private

* address comments

* nit
2019-11-20 07:35:08 -08:00