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 (
|
import (
|
||||||
"encoding/binary"
|
"encoding/binary"
|
||||||
"github.com/zgwit/beeq/packet"
|
"git.zgwit.com/iot/beeq/packet"
|
||||||
"log"
|
"log"
|
||||||
"net"
|
"net"
|
||||||
"sync"
|
"sync"
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import "github.com/zgwit/beeq"
|
import "git.zgwit.com/iot/beeq"
|
||||||
|
|
||||||
func main() {
|
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
|
go 1.13
|
||||||
|
|
||||||
|
2
hive.go
2
hive.go
@@ -2,7 +2,7 @@ package beeq
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
uuid "github.com/google/uuid"
|
uuid "github.com/google/uuid"
|
||||||
"github.com/zgwit/beeq/packet"
|
"git.zgwit.com/iot/beeq/packet"
|
||||||
"log"
|
"log"
|
||||||
"net"
|
"net"
|
||||||
"sync"
|
"sync"
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
package beeq
|
package beeq
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/zgwit/beeq/packet"
|
"git.zgwit.com/iot/beeq/packet"
|
||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
package beeq
|
package beeq
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/zgwit/beeq/packet"
|
"git.zgwit.com/iot/beeq/packet"
|
||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user