Move libraries to lib/ and PDF to docs/
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
|||||||
"os/signal"
|
"os/signal"
|
||||||
"syscall"
|
"syscall"
|
||||||
|
|
||||||
"qrun/streamdeck"
|
"qrun/lib/streamdeck"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ import (
|
|||||||
"gitlab.com/gomidi/midi/v2"
|
"gitlab.com/gomidi/midi/v2"
|
||||||
_ "gitlab.com/gomidi/midi/v2/drivers/rtmididrv"
|
_ "gitlab.com/gomidi/midi/v2/drivers/rtmididrv"
|
||||||
|
|
||||||
"qrun/xtouch"
|
"qrun/lib/xtouch"
|
||||||
)
|
)
|
||||||
|
|
||||||
var lcdColors = []xtouch.LCDColor{
|
var lcdColors = []xtouch.LCDColor{
|
||||||
|
|||||||
Reference in New Issue
Block a user