(target string, newpath string)
| 48 | } |
| 49 | |
| 50 | func (fs *Fs) Symlink(target string, newpath string) int { |
| 51 | //TODO implement me |
| 52 | panic("implement me") |
| 53 | } |
| 54 | |
| 55 | func (fs *Fs) Readlink(path string) (int, string) { |
| 56 | //TODO implement me |
no outgoing calls
no test coverage detected