File provides convenience methods for interacting with *os.File.
| 69 | |
| 70 | // File provides convenience methods for interacting with *os.File. |
| 71 | type File string |
| 72 | |
| 73 | func (f File) Exists() bool { |
| 74 | if f == "" { |
no outgoing calls
no test coverage detected