mirror of
https://github.com/simon-ding/polaris.git
synced 2026-03-02 23:51:07 +08:00
15 lines
144 B
Go
15 lines
144 B
Go
package main
|
|
|
|
import "C"
|
|
import (
|
|
"polaris/db"
|
|
"polaris/log"
|
|
"polaris/server"
|
|
)
|
|
func main() {}
|
|
|
|
//export Start
|
|
func Start() {
|
|
cmd.Start()
|
|
}
|