代码库迁移至gitea

This commit is contained in:
Jason
2020-09-13 00:02:03 +08:00
parent e233a73fd9
commit c834cd822d
6 changed files with 6 additions and 6 deletions

2
bee.go
View File

@@ -2,7 +2,7 @@ package beeq
import (
"encoding/binary"
"github.com/zgwit/beeq/packet"
"git.zgwit.com/iot/beeq/packet"
"log"
"net"
"sync"

View File

@@ -1,6 +1,6 @@
package main
import "github.com/zgwit/beeq"
import "git.zgwit.com/iot/beeq"
func main() {

2
go.mod
View File

@@ -1,4 +1,4 @@
module github.com/zgwit/beeq
module git.zgwit.com/iot/beeq
go 1.13

View File

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

View File

@@ -1,7 +1,7 @@
package beeq
import (
"github.com/zgwit/beeq/packet"
"git.zgwit.com/iot/beeq/packet"
"strings"
)

View File

@@ -1,7 +1,7 @@
package beeq
import (
"github.com/zgwit/beeq/packet"
"git.zgwit.com/iot/beeq/packet"
"strings"
)