(name string)
| 1206 | } |
| 1207 | |
| 1208 | func haveExecutable(name string) bool { |
| 1209 | path, err := exec.LookPath(name) |
| 1210 | return err == nil && path != "" |
| 1211 | } |
| 1212 | |
| 1213 | func requestedTailscaleVersion(ver, track string) (string, error) { |
| 1214 | if ver != "" { |
no outgoing calls
no test coverage detected
searching dependent graphs…