test:
	go test ./...

build:
	go build ./cmd/telecrawl
