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