Ejemplo n.º 1
0
func main() {
	if Release != "" {
		tachyon.Release = Release
	}

	os.Exit(tachyon.Main(os.Args))
}
Ejemplo n.º 2
0
func main() {
	if Release != "" {
		tachyon.Release = Release
	}
	if version != "" {
		tachyon.Version = version
	}

	os.Exit(tachyon.Main(os.Args))
}
Ejemplo n.º 3
0
func main() {
	os.Exit(tachyon.Main(os.Args))
}