LookPath returns the full path to the executable that "pk get" actually calls, i.e. "pk-get".
()
| 51 | // LookPath returns the full path to the executable that "pk get" actually |
| 52 | // calls, i.e. "pk-get". |
| 53 | func (c *getCmd) LookPath() (string, error) { |
| 54 | return osutil.LookPathGopath(c.binName) |
| 55 | } |
nothing calls this directly
no test coverage detected