fiber/internal/go-ole/error_func.go
2020-09-27 22:56:31 +02:00

9 lines
119 B
Go

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