tracker/cmd/chihaya/main.go
Jimmy Zelinskie 941de3d12e goimports
2014-07-25 01:46:58 -04:00

12 lines
255 B
Go

// Copyright 2014 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()
}