5 lines
53 B
Makefile
5 lines
53 B
Makefile
fmt:
|
|
go fmt ./...
|
|
|
|
build:
|
|
go build -o gitssg ./...
|