Cursor improvements

This commit is contained in:
Zachary Yedidia
2018-08-27 17:55:28 -04:00
parent dd619b3ff5
commit c3e2085e3c
9 changed files with 64 additions and 15 deletions

View File

@@ -40,9 +40,9 @@ update:
# Builds the runtime
runtime:
go get -u github.com/jteeuwen/go-bindata/...
$(GOBIN)/go-bindata -nometadata -o runtime.go runtime/...
mv runtime.go cmd/micro
gofmt -w cmd/micro/runtime.go
$(GOBIN)/go-bindata -pkg config -nomemcopy -nometadata -o runtime.go runtime/...
mv runtime.go cmd/micro/config
gofmt -w cmd/micro/config/runtime.go
test:
go test ./cmd/micro