Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 206 Bytes

README.dev.md

File metadata and controls

12 lines (8 loc) · 206 Bytes

go generate

  1. Fetch stops: go generate ./pkg/search/score/stops/
  2. Score them: go generate ./pkg/search/score/

go test

Pass the actual AIRLY_KEY in tests:

AIRLY_KEY=foo go test ./...