Update runtime and auto-gofmt runtime in make

This commit is contained in:
Zachary Yedidia 2018-07-02 12:22:32 -04:00
parent 41a24e61d6
commit 7a013f666e
2 changed files with 24 additions and 0 deletions

View File

@ -41,6 +41,7 @@ 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
test:
go test ./cmd/micro

File diff suppressed because one or more lines are too long