mirror of
https://github.com/sot-tech/mochi.git
synced 2026-07-16 13:18:12 -07:00
Reorganize main package structure per discussion
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// 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()
|
||||
}
|
||||
Reference in New Issue
Block a user