func main() { if Release != "" { tachyon.Release = Release } os.Exit(tachyon.Main(os.Args)) }
func main() { if Release != "" { tachyon.Release = Release } if version != "" { tachyon.Version = version } os.Exit(tachyon.Main(os.Args)) }
func main() { os.Exit(tachyon.Main(os.Args)) }