Explorar el Código

Typo / thinko

Adam Ierymenko hace 4 años
padre
commit
7c599fe83e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pkg/zerotier/endpoint.go

+ 1 - 1
pkg/zerotier/endpoint.go

@@ -42,7 +42,7 @@ type Endpoint struct {
 	cep C.ZT_Endpoint
 }
 
-func EndpointTypeToString(int t) string {
+func EndpointTypeToString(t int) string {
 	switch t {
 	case EndpointTypeZeroTier:
 		return "zerotier"