You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2019/09/02 05:13:40 UTC

[dubbo-go] branch develop updated: Mod:rm author info & rename file name

This is an automated email from the ASF dual-hosted git repository.

alexstocks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git


The following commit(s) were added to refs/heads/develop by this push:
     new 283e3db  Mod:rm author info & rename file name
     new 19fe1f4  Merge pull request #188 from hxmhlt/fix_rpcstatusfile
283e3db is described below

commit 283e3db403968d7d8895e42cae295c97989eb747
Author: vito.he <hx...@163.com>
AuthorDate: Mon Sep 2 11:24:08 2019 +0800

    Mod:rm author info & rename file name
---
 protocol/{RpcStatus.go => rpc_status.go} | 1 -
 1 file changed, 1 deletion(-)

diff --git a/protocol/RpcStatus.go b/protocol/rpc_status.go
similarity index 98%
rename from protocol/RpcStatus.go
rename to protocol/rpc_status.go
index 78796b6..3a8bfbc 100644
--- a/protocol/RpcStatus.go
+++ b/protocol/rpc_status.go
@@ -15,7 +15,6 @@
  * limitations under the License.
  */
 
-// @author yiji@apache.org
 package protocol
 
 import (