4 lines
38 B
Makefile
4 lines
38 B
Makefile
# Build
|
|
build:
|
|
go fmt ./...
|
|
go build
|
# Build
|
|
build:
|
|
go fmt ./...
|
|
go build
|