代码库迁移至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 ( import (
"encoding/binary" "encoding/binary"
"github.com/zgwit/beeq/packet" "git.zgwit.com/iot/beeq/packet"
"log" "log"
"net" "net"
"sync" "sync"

View File

@@ -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
View File

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

View File

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

View File

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

View File

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