6 lines
55 B
Makefile
6 lines
55 B
Makefile
test:
|
|
go test ./...
|
|
|
|
build:
|
|
go build ./cmd/telecrawl
|