device: change the import path

This commit is contained in:
sago35
2021-07-08 20:56:53 +09:00
parent 0565b7c0e0
commit d7e8de7b8c
168 changed files with 199 additions and 197 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
package machine
import (
"device/kendryte"
"device/riscv"
"github.com/sago35/device/kendryte"
"github.com/sago35/device/riscv"
"errors"
"runtime/interrupt"
"unsafe"