BinPath returns the path of the executable binary file.
()
| 132 | |
| 133 | // BinPath returns the path of the executable binary file. |
| 134 | func (k *InstalledKite) BinPath() string { |
| 135 | return filepath.Join(k.Domain, k.User, k.Repo, k.Version, "bin", strings.TrimSuffix(k.Repo, ".kite")) |
| 136 | } |