Compare commits

...

1 Commits

Author SHA1 Message Date
刘祥超
4a11ecb7b4 修复一处编译问题 2023-07-25 14:08:26 +08:00

View File

@@ -16,3 +16,7 @@ type TOAConfig struct {
func (this *TOAConfig) Init() error {
return nil
}
func (this *TOAConfig) RandLocalPort() uint16 {
return 0
}