mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-27 05:15:47 +00:00
8 lines
92 B
Go
8 lines
92 B
Go
//go:build cgo
|
|
|
|
package module
|
|
|
|
import (
|
|
_ "gitlab.com/gomidi/midi/v2/drivers/rtmididrv"
|
|
)
|