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.go | 2 +- 1 files changed, 1 insertions(+), 1 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" ) -- Gitblit v1.8.0