From 6c70f1ed7333c33fd6931387419bc8a8bd0b6b7d Mon Sep 17 00:00:00 2001 From: eson <9673575+githubcontent@user.noreply.gitee.com> Date: Fri, 3 Nov 2023 11:18:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0proto=E5=AD=90=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto | 2 +- protoc.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 protoc.sh diff --git a/proto b/proto index 7eb1264..c75509d 160000 --- a/proto +++ b/proto @@ -1 +1 @@ -Subproject commit 7eb12644f085aa533887a2474ec7d1796fa77ecf +Subproject commit c75509dd1f24f0ee0ad18b857dcf2efb4cb978c2 diff --git a/protoc.sh b/protoc.sh old mode 100644 new mode 100755 index 64ece3c..6d8998d --- a/protoc.sh +++ b/protoc.sh @@ -1,2 +1,2 @@ #! /bin/bash -go run -gcflags="-N" proto/goutils/proto_build/main.go \ No newline at end of file +go run -gcflags="-N" proto/goutils/proto_build/main.go gateway \ No newline at end of file