2
0
mirror of https://github.com/OrbTools/OrbCommon synced 2024-11-18 03:25:32 +00:00

Fix imports

This commit is contained in:
Minizbot2012 2021-09-27 19:30:33 -04:00
parent 76653062ef
commit 3db78dc8a8
No known key found for this signature in database
GPG Key ID: 977C8ADE12361917
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ package devices
import (
"bytes"
"embed"
xdr "github.com/minizbot2012/minxdr"
xdr "github.com/Minizbot2012/minxdr"
"io"
"io/fs"
"strings"

View File

@ -6,7 +6,7 @@ package hid
import (
"bytes"
_ "embed"
xdr "github.com/minizbot2012/minxdr"
xdr "github.com/Minizbot2012/minxdr"
)
//go:embed generated.bin