tracker/cmd/chihaya/main.go
Justin Li 87c68f1973 2015
2015-01-01 12:02:25 -05:00

12 lines
255 B
Go

// Copyright 2015 The Chihaya Authors. All rights reserved.
// Use of this source code is governed by the BSD 2-Clause license,
// which can be found in the LICENSE file.
package main
import "github.com/chihaya/chihaya"
func main() {
chihaya.Boot()
}