Adam Ierymenko 4 gadi atpakaļ
vecāks
revīzija
7c599fe83e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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"