2015-01-01 12:02:25 -05:00
|
|
|
// Copyright 2015 The Chihaya Authors. All rights reserved.
|
2014-07-16 20:33:38 -04:00
|
|
|
// Use of this source code is governed by the BSD 2-Clause license,
|
|
|
|
// which can be found in the LICENSE file.
|
|
|
|
|
|
|
|
package main
|
|
|
|
|
2014-07-25 01:46:58 -04:00
|
|
|
import "github.com/chihaya/chihaya"
|
2014-07-16 20:33:38 -04:00
|
|
|
|
|
|
|
func main() {
|
|
|
|
chihaya.Boot()
|
|
|
|
}
|