Files
query-orchestration/vendor/github.com/go-ole/go-ole/error_func.go
T
Michael McGuinness 6e5c7aedc8 Merged in feature/devbox (pull request #11)
Add Devbox

* adddevbox

* cleanupdockerfile

* testscripts
2025-01-10 12:58:14 +00:00

9 lines
119 B
Go

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