Go-based FM stereo transmitter with RDS, Windows-first and cross-platform
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

10 řádky
212B

  1. $ErrorActionPreference = "Stop"
  2. go test ./...
  3. go run ./cmd/fmrtx --dry-run --dry-output build/dryrun/frame.json
  4. Push-Location internal
  5. go test ./...
  6. Pop-Location
  7. Push-Location examples
  8. go test ./...
  9. Pop-Location