NOTE: This always returns -1 since there is currently no easy way to get file owner information on Windows.
(path string)
| 5 | // NOTE: This always returns -1 since there is currently no easy way to get |
| 6 | // file owner information on Windows. |
| 7 | func Owner(path string) (int, error) { |
| 8 | return -1, nil |
| 9 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…