Streams Fixes (#69)

* Add debugging to streams

* More logging

* Fix streams handler
This commit is contained in:
ben-toogood
2021-02-09 15:11:23 +00:00
committed by GitHub
parent 6e49584049
commit d746590fee
12 changed files with 40 additions and 26 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
run:
find . -name "main.go" | xargs -L 1 dirname | grep -v -E 'test|cmd|vendor' | sort | xargs -L 1 micro run
kill:
find . -name "main.go" | xargs -L 1 dirname | grep -v -E 'test|cmd|vendor' | xargs basename | xargs -L 1 micro kill