Update Makefile

This commit is contained in:
c-bata 2017-08-16 18:42:25 +09:00
parent 4499cf5e08
commit 92e59775c3

View File

@ -6,7 +6,6 @@ setup: ## Setup for required tools.
go get golang.org/x/tools/cmd/goimports
go get golang.org/x/tools/cmd/stringer
go get github.com/pkg/term
glide install
.PHONY: fmt
fmt: ## Formatting source codes.