github.com/hspan/go-ole@v0.0.0/error_func.go (about) 1 // +build !windows 2 3 package ole 4 5 // errstr converts error code to string. 6 func errstr(errno int) string { 7 return "" 8 }