From 342be2a967e74f1b7a9a96297a3828b34144e460 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期三, 21 四月 2021 18:42:35 +0800
Subject: [PATCH] 包名使用basic.com测试

---
 api/bhsgo/bhome_node_test.go |    2 +-
 api/bhsgo/bhome_node.go      |    2 +-
 go.mod                       |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/api/bhsgo/bhome_node.go b/api/bhsgo/bhome_node.go
index 7e7bf17..35d8681 100644
--- a/api/bhsgo/bhome_node.go
+++ b/api/bhsgo/bhome_node.go
@@ -8,7 +8,7 @@
 import "C"
 
 import (
-	bh "bhshmq/proto/source/bhome_msg"
+	bh "basic.com/valib/bhshmq.git/proto/source/bhome_msg"
 	"unsafe"
 )
 
diff --git a/api/bhsgo/bhome_node_test.go b/api/bhsgo/bhome_node_test.go
index 9f2b324..b00b1fe 100644
--- a/api/bhsgo/bhome_node_test.go
+++ b/api/bhsgo/bhome_node_test.go
@@ -1,7 +1,7 @@
 package bhsgo
 
 import (
-	bh "bhshmq/proto/source/bhome_msg"
+	bh "basic.com/valib/bhshmq.git/proto/source/bhome_msg"
 	"fmt"
 	"testing"
 	"time"
diff --git a/go.mod b/go.mod
index 0e9701b..3593cda 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module bhshmq
+module basic.com/valib/bhshmq.git
 
 go 1.14
 

--
Gitblit v1.8.0