Go-based FM stereo transmitter with RDS, Windows-first and cross-platform
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

10 wiersze
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