http-server-status/vendor/github.com/go-ole/go-ole/error_func.go
2021-09-20 11:28:00 +02:00

8 lines
119 B
Go

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