コード例 #1
0
func main() {
	if Release != "" {
		tachyon.Release = Release
	}

	os.Exit(tachyon.Main(os.Args))
}
コード例 #2
0
ファイル: tachyon.go プロジェクト: denji/tachyon
func main() {
	if Release != "" {
		tachyon.Release = Release
	}
	if version != "" {
		tachyon.Version = version
	}

	os.Exit(tachyon.Main(os.Args))
}
コード例 #3
0
func main() {
	os.Exit(tachyon.Main(os.Args))
}