Explorar o código

minor formatting

Evan Huus %!s(int64=12) %!d(string=hai) anos
pai
achega
a215f49312
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  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