mirror of
https://github.com/zgwit/beeq.git
synced 2025-09-26 19:51:13 +08:00
代码库迁移至gitea
This commit is contained in:
2
bee.go
2
bee.go
@@ -2,7 +2,7 @@ package beeq
|
||||
|
||||
import (
|
||||
"encoding/binary"
|
||||
"github.com/zgwit/beeq/packet"
|
||||
"git.zgwit.com/iot/beeq/packet"
|
||||
"log"
|
||||
"net"
|
||||
"sync"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
package main
|
||||
|
||||
import "github.com/zgwit/beeq"
|
||||
import "git.zgwit.com/iot/beeq"
|
||||
|
||||
func main() {
|
||||
|
||||
|
2
go.mod
2
go.mod
@@ -1,4 +1,4 @@
|
||||
module github.com/zgwit/beeq
|
||||
module git.zgwit.com/iot/beeq
|
||||
|
||||
go 1.13
|
||||
|
||||
|
2
hive.go
2
hive.go
@@ -2,7 +2,7 @@ package beeq
|
||||
|
||||
import (
|
||||
uuid "github.com/google/uuid"
|
||||
"github.com/zgwit/beeq/packet"
|
||||
"git.zgwit.com/iot/beeq/packet"
|
||||
"log"
|
||||
"net"
|
||||
"sync"
|
||||
|
@@ -1,7 +1,7 @@
|
||||
package beeq
|
||||
|
||||
import (
|
||||
"github.com/zgwit/beeq/packet"
|
||||
"git.zgwit.com/iot/beeq/packet"
|
||||
"strings"
|
||||
)
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
package beeq
|
||||
|
||||
import (
|
||||
"github.com/zgwit/beeq/packet"
|
||||
"git.zgwit.com/iot/beeq/packet"
|
||||
"strings"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user