Typo / thinko

This commit is contained in:
Adam Ierymenko 2020-10-27 10:41:46 -04:00
parent d7e4404c17
commit 7c599fe83e
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3

View file

@ -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"