Fix: for importing
This commit is contained in:
parent
3d753e6916
commit
3a1e0caa1d
2
go.mod
2
go.mod
@ -1,4 +1,4 @@
|
||||
module github.com/CGSG-2021-AE4/mpu-test
|
||||
module gitea.unprism.ru/KRBL/mpu
|
||||
|
||||
go 1.22.5
|
||||
|
||||
|
2
main.go
2
main.go
@ -4,7 +4,7 @@ import (
|
||||
"log"
|
||||
"time"
|
||||
|
||||
"github.com/CGSG-2021-AE4/mpu-test/pkg/mpu6050"
|
||||
"gitea.unprism.ru/KRBL/mpu/pkg/mpu6050"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
"io"
|
||||
"sync"
|
||||
|
||||
"github.com/CGSG-2021-AE4/mpu-test/pkg/mpu6050"
|
||||
"gitea.unprism.ru/KRBL/mpu/pkg/mpu6050"
|
||||
)
|
||||
|
||||
type Data struct {
|
||||
|
Loading…
Reference in New Issue
Block a user