2015-01-01 18:02:25 +01:00
|
|
|
// Copyright 2015 The Chihaya Authors. All rights reserved.
|
2014-07-17 02:33:38 +02: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 07:46:58 +02:00
|
|
|
import "github.com/chihaya/chihaya"
|
2014-07-17 02:33:38 +02:00
|
|
|
|
|
|
|
func main() {
|
|
|
|
chihaya.Boot()
|
|
|
|
}
|