Ejemplo n.º 1
0
 private static @string Error(this addrinfoErrno eai)
 {
     return(C.GoString(C.gai_strerror(C.@int(eai))));
 }