github.com/gofiber/fiber/v2@v2.47.0/internal/go-ole/error_func.go (about)

     1  //go:build !windows
     2  // +build !windows
     3  
     4  package ole
     5  
     6  // errstr converts error code to string.
     7  func errstr(errno int) string {
     8  	return ""
     9  }