From e458e583ee9698b7db6740f6791f2b58a1a34019 Mon Sep 17 00:00:00 2001 From: QM303176530 <303176530@qq.com> Date: Sun, 27 Dec 2020 17:33:44 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E5=9C=A8?= =?UTF-8?q?=E5=BD=93=E5=89=8D=E8=A1=A8=E6=A0=BC=E5=BD=93=E5=89=8D=E9=A1=B5?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=BA=E7=A9=BA=E7=9A=84=E6=83=85=E5=86=B5?= =?UTF-8?q?=E4=B8=8B=E9=A1=B5=E9=9D=A2=E8=A2=AB=E9=94=81=E6=AD=BB=E7=9A=84?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/model/request/common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/model/request/common.go b/server/model/request/common.go index a7c542e6..b65941ae 100644 --- a/server/model/request/common.go +++ b/server/model/request/common.go @@ -20,4 +20,4 @@ type GetAuthorityId struct { AuthorityId string } -type Empty struct {} \ No newline at end of file +type Empty struct{} From b8d187bb35b3ef7a4209d8843391cf704e642cb1 Mon Sep 17 00:00:00 2001 From: SliverHorn Date: Tue, 5 Jan 2021 22:57:42 +0800 Subject: [PATCH 2/3] =?UTF-8?q?Makefile=E4=BF=AE=E6=94=B9=204=E4=B8=AA?= =?UTF-8?q?=E7=A9=BA=E6=A0=BC=20-->=20tab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Makefile b/server/Makefile index 53d01da9..79b81d86 100644 --- a/server/Makefile +++ b/server/Makefile @@ -7,7 +7,7 @@ all: check gva initdb run gva: go env -w GO111MODULE=on - go env -w GOPROXY=https://goproxy.io,direct + go env -w GOPROXY=https://goproxy.io,direct go build -o ${GVA} cmd/main.go initdb: From f83332b2c8afcf7770c63e41a6adbcaff6d14818 Mon Sep 17 00:00:00 2001 From: SliverHorn Date: Tue, 5 Jan 2021 23:02:11 +0800 Subject: [PATCH 3/3] =?UTF-8?q?docker-compose=20shell=20=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .docker-compose/shell/server-handle.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.docker-compose/shell/server-handle.sh b/.docker-compose/shell/server-handle.sh index 71273a5f..1b53cf5d 100644 --- a/.docker-compose/shell/server-handle.sh +++ b/.docker-compose/shell/server-handle.sh @@ -10,6 +10,8 @@ cat>"${filename}"<