瀏覽代碼

minor formatting

Evan Huus 12 年之前
父節點
當前提交
a215f49312
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      client.go

+ 4 - 2
client.go

@@ -5,8 +5,10 @@ import (
 	"net"
 )
 
-type ApiKey int16
-type ApiVersion int16
+type (
+	ApiKey     int16
+	ApiVersion int16
+)
 
 type API struct {
 	key     ApiKey