소스 검색

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