Пример #1
0
func Error(s string)       { core.Error("%s", s) }
Пример #2
0
//export Error
func Error(s *C.char) { core.Error("%s", C.GoString(s)) }