mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-06-16 03:49:08 -04:00
9 lines
119 B
Go
9 lines
119 B
Go
// +build !windows
|
|
|
|
package ole
|
|
|
|
// errstr converts error code to string.
|
|
func errstr(errno int) string {
|
|
return ""
|
|
}
|