Files
query-orchestration/vendor/github.com/go-ole/go-ole/error_func.go
T
Michael McGuinness 827d973053 a bit more testing
2024-12-24 12:47:40 +00:00

10 lines
139 B
Go

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