test
All checks were successful
ocean / Build-and-Deploy-Modules (push) Successful in 1m13s

This commit is contained in:
2025-06-26 21:01:18 +08:00
parent 9fa26bc026
commit ec380030ca
2 changed files with 21 additions and 3 deletions

View File

@ -36,4 +36,5 @@ func main() {
fmt.Printf("Starting rpc server at %s...\n", c.ListenOn)
s.Start()
}