修复一处编译问题

This commit is contained in:
GoEdgeLab
2023-07-25 14:08:26 +08:00
parent a736449e8a
commit 2017a80b07

View File

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