尝试引入 go-spring
This commit is contained in:
Binary file not shown.
@@ -1 +1,11 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"Crimson-Gatekeeper/internal/application"
|
||||
|
||||
"github.com/go-spring/spring-core/gs"
|
||||
)
|
||||
|
||||
func main() {
|
||||
gs.Provide(application.New).AsServer()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user