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