소스 검색

Typo / thinko

Adam Ierymenko 4 년 전
부모
커밋
7c599fe83e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"