mirror of
https://github.com/zhengkai/orca.git
synced 2026-02-05 21:52:27 +08:00
8 lines
65 B
Go
8 lines
65 B
Go
package main
|
|
|
|
import "project"
|
|
|
|
func main() {
|
|
project.Start()
|
|
}
|