mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-16 22:10:26 +00:00
Update runtime and auto-gofmt runtime in make
This commit is contained in:
parent
41a24e61d6
commit
7a013f666e
2 changed files with 24 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -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
Loading…
Reference in a new issue