mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
重新加回proto
This commit is contained in:
8
protocol/proto/proto_gen.bat
Normal file
8
protocol/proto/proto_gen.bat
Normal file
@@ -0,0 +1,8 @@
|
||||
@echo off
|
||||
set SOURCE_FOLDER=.
|
||||
for /f "delims=" %%i in ('dir /b "%SOURCE_FOLDER%\*.proto"') do (
|
||||
echo protoc -I . --go_out=. %%i
|
||||
protoc -I . --go_out=. %%i
|
||||
)
|
||||
echo ok
|
||||
pause
|
||||
Reference in New Issue
Block a user