Files
2026-04-04 19:36:14 +02:00

8 lines
113 B
Go

//go:build !(linux && (386 || amd64 || arm || arm64 || mipsle))
package alsa
func Init() {
// not supported
}