func main() {
	if Release != "" {
		tachyon.Release = Release
	}

	os.Exit(tachyon.Main(os.Args))
}
Beispiel #2
0
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))
}