Add the view-map command and some exploration of results

This commit is contained in:
2018-03-18 03:35:03 +00:00
parent 60b2a416c4
commit d572a19352
7 changed files with 331 additions and 4 deletions

View File

@@ -3,3 +3,5 @@ srcfiles = $(shell find . -iname *.go)
loader: $(srcfiles)
go build -o loader ur.gs/chaos-gate/cmd/load
view-map: $(srcfiles)
go build -o view-map ur.gs/chaos-gate/cmd/view-map