From bde54f83dcbba957a5d1e694f52eb4ce24640a88 Mon Sep 17 00:00:00 2001 From: SisMaker <1713699517@qq.com> Date: Thu, 1 Apr 2021 22:48:06 +0800 Subject: [PATCH] =?UTF-8?q?ft:=20=E6=A8=A1=E5=9D=97=E5=90=8D=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/genProto.erl | 2 +- src/writeErl/{gGenErl.erl => gErlGen.erl} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename src/writeErl/{gGenErl.erl => gErlGen.erl} (99%) diff --git a/src/genProto.erl b/src/genProto.erl index 69b48b7..ff06092 100644 --- a/src/genProto.erl +++ b/src/genProto.erl @@ -55,5 +55,5 @@ convertDir(ProtoDir, HrlDir, ErlDir) -> SortedErrList = lists:sort(fun({_ErrName1, ErrCodeId1, _Desc1}, {_ErrName2, ErrCodeId2, _Desc2}) -> ErrCodeId1 > ErrCodeId2 end, ErrCodeList), - gGenErl:genErl(SortedSProtoList, SortedErrList, HrlDir, ErlDir). + gErlGen:genErl(SortedSProtoList, SortedErrList, HrlDir, ErlDir). %% 如果有其他语言请在这里添加入口函数 \ No newline at end of file diff --git a/src/writeErl/gGenErl.erl b/src/writeErl/gErlGen.erl similarity index 99% rename from src/writeErl/gGenErl.erl rename to src/writeErl/gErlGen.erl index 19ff5ba..11dbbba 100644 --- a/src/writeErl/gGenErl.erl +++ b/src/writeErl/gErlGen.erl @@ -1,4 +1,4 @@ --module(gGenErl). +-module(gErlGen). -include("genDef.hrl"). -export([