5 lines
39 B
Makefile
5 lines
39 B
Makefile
# Build
|
|
build:
|
|
go fmt ./...
|
|
go build
|
# Build
|
|
build:
|
|
go fmt ./...
|
|
go build
|