github.com/ContinuumLLC/godep-go-ole-go-ole@v1.2.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 }