remove comment

This commit is contained in:
Joel Wetzell
2025-11-23 11:18:57 -06:00
parent 606865b2b9
commit 25885359df

View File

@@ -5,7 +5,7 @@ import (
"log/slog" "log/slog"
"gitlab.com/gomidi/midi/v2" "gitlab.com/gomidi/midi/v2"
_ "gitlab.com/gomidi/midi/v2/drivers/rtmididrv" // autoregisters driver _ "gitlab.com/gomidi/midi/v2/drivers/rtmididrv"
) )
type MIDIClient struct { type MIDIClient struct {