Fix: for importing

This commit is contained in:
Pavel Dvas 2024-08-09 12:02:52 +03:00
parent 3d753e6916
commit 3a1e0caa1d
3 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/CGSG-2021-AE4/mpu-test
module gitea.unprism.ru/KRBL/mpu
go 1.22.5

View File

@ -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() {

View File

@ -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 {