From 7634a28117e94e3031251bbffa21f843acb196cb Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期四, 13 六月 2019 14:14:24 +0800 Subject: [PATCH] fix bugs --- cameraApi.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cameraApi.go b/cameraApi.go index 953b035..22097b2 100644 --- a/cameraApi.go +++ b/cameraApi.go @@ -1,7 +1,7 @@ package dbapi import ( - "analyweb/protomsg" + "basic.com/pubsub/protomsg.git" "encoding/json" "fmt" ) -- Gitblit v1.8.0