Browse Source

minor formatting

Evan Huus 12 years ago
parent
commit
a215f49312
1 changed files with 4 additions and 2 deletions
  1. 4 2
      client.go

+ 4 - 2
client.go

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