mirror of
https://github.com/simon-ding/polaris.git
synced 2026-03-12 04:30:46 +08:00
12 lines
108 B
Go
12 lines
108 B
Go
package main
|
|
|
|
import "C"
|
|
import "polaris/cmd"
|
|
|
|
func main() {}
|
|
|
|
//export Start
|
|
func Start() {
|
|
cmd.Start()
|
|
}
|