8 lines
70 B
Makefile
8 lines
70 B
Makefile
all: get-deps
|
|
|
|
get-deps:
|
|
@go get -d -v ./...
|
|
|
|
format:
|
|
@go fmt ./...
|