diff --git a/.vscode/temp.sql b/.vscode/last.sql similarity index 100% rename from .vscode/temp.sql rename to .vscode/last.sql diff --git a/backend/midiDevice_linux.go b/backend/midiDevice_linux.go index 4d54a8b..113eb6b 100644 --- a/backend/midiDevice_linux.go +++ b/backend/midiDevice_linux.go @@ -8,12 +8,10 @@ package backend #include "alsa_wrapper/alsa_wrapper.h" #endif */ -import ( - "C" - "unsafe" -) +import "C" import ( "fmt" + "unsafe" "github.com/tonychee7000/Arremi/consts" )