Dir returns all but the last element of the path, typically the path's directory.
| 22 | |
| 23 | // Dir returns all but the last element of the path, typically the path's directory. |
| 24 | type Dir struct{} |
| 25 | |
| 26 | func (f Dir) Call(args []interface{}) (interface{}, bool) { |
| 27 | if len(args) < 1 { |
nothing calls this directly
no outgoing calls
no test coverage detected