Skip to content

Commit

Permalink
This is to close issue ROCKETMQ-198: Add language code for Go and PHP
Browse files Browse the repository at this point in the history
Thanks to StyleTang
  • Loading branch information
lizhanhui committed May 16, 2017
1 parent 80aac13 commit 1630f27
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ public enum LanguageCode {
ERLANG((byte) 5),
RUBY((byte) 6),
OTHER((byte) 7),
HTTP((byte) 8);
HTTP((byte) 8),
GO((byte) 9),
PHP((byte) 10);

private byte code;

Expand Down

0 comments on commit 1630f27

Please sign in to comment.