robotgo/vendor/github.com/go-ole/go-ole/error_func.go
2017-11-13 15:28:21 +08:00

9 lines
119 B
Go

// +build !windows
package ole
// errstr converts error code to string.
func errstr(errno int) string {
return ""
}