Beispiel #1
0
 private static @string Error(this cgoError _p0)
 {
     fmt.Print(""); // necessary to trigger the deadlock
     return(C.GoString(C.geterror()));
 }