feat: go build to dll

This commit is contained in:
Simon Ding
2025-04-09 14:12:02 +08:00
parent eabb39df02
commit 5ab347845a
3 changed files with 9 additions and 5 deletions

View File

@@ -1,11 +1,8 @@
package main
import "C"
import (
"polaris/db"
"polaris/log"
"polaris/server"
)
import "polaris/cmd"
func main() {}
//export Start