引入平滑重启,有BUG待调试
This commit is contained in:
17
router/server_test.go
Normal file
17
router/server_test.go
Normal file
@ -0,0 +1,17 @@
|
||||
// Package router ...
|
||||
//
|
||||
// Description : router ...
|
||||
//
|
||||
// Author : go_developer@163.com<白茶清欢>
|
||||
//
|
||||
// Date : 2025-05-28 20:58
|
||||
package router
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestNewServer(t *testing.T) {
|
||||
s := NewServer(9087)
|
||||
s.Start()
|
||||
}
|
Reference in New Issue
Block a user