Go-based FM stereo transmitter with RDS, Windows-first and cross-platform
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

9 lines
146B

  1. $ErrorActionPreference = "Stop"
  2. go test ./...
  3. Push-Location internal
  4. go test ./...
  5. Pop-Location
  6. Push-Location examples
  7. go test ./...
  8. Pop-Location