dist folder fix

pull/443/head
hunterlong 2020-03-21 05:47:29 -07:00
parent f7dd877a27
commit 061496f4af
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ print_details:
@echo \==== Monitoring and IDE ====
@echo \Grafana: http://localhost:3000 \(username: admin, password: admin\)
build-all: xgo-install build-mac build-linux build-windows build-linux build-alpine compress
build-all: xgo-install compile build-mac build-linux build-windows build-linux build-alpine compress
coverage: test-deps
$(GOPATH)/bin/goveralls -coverprofile=coverage.out -service=travis -repotoken $(COVERALLS)