From ba5e236318f1fd3a8b1a1634d7c233b5453c80cf Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期四, 24 十二月 2020 13:59:51 +0800 Subject: [PATCH] rename package bhomedbapi --- entites.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/entites.go b/entites.go index 9d5c3ca..1e0ac3a 100644 --- a/entites.go +++ b/entites.go @@ -1,4 +1,4 @@ -package dbapi +package bhomedbapi type Result struct { Code int `json:"code"` -- Gitblit v1.8.0