From 2b48afdf47d6bc81c60ebcab8b5b24a6e25ac60c Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期四, 23 五月 2019 10:46:37 +0800
Subject: [PATCH] fix deliver and protomsg
---
areaApi.go | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/areaApi.go b/areaApi.go
index 7cf647c..dbc3b9a 100644
--- a/areaApi.go
+++ b/areaApi.go
@@ -3,7 +3,7 @@
import (
"encoding/json"
"fmt"
- "dbapi/protomsg"
+ "basic.com/pubsub/protomsg.git"
)
type AreaApi struct {
--
Gitblit v1.8.0