mirror of
https://github.com/simon-ding/polaris.git
synced 2026-02-06 23:21:00 +08:00
feat: go build to dll
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
package main
|
||||
|
||||
import "C"
|
||||
import (
|
||||
"polaris/db"
|
||||
"polaris/log"
|
||||
"polaris/server"
|
||||
)
|
||||
import "polaris/cmd"
|
||||
|
||||
func main() {}
|
||||
|
||||
//export Start
|
||||
|
||||
Reference in New Issue
Block a user