This commit is contained in:
Mobin 2025-09-06 19:44:05 +03:30
parent 8815618648
commit 7caca8a5c9

View File

@ -46,7 +46,6 @@ type ServerConfig struct {
}
/*TODO: Support TLS servers*/
/*TODO: Pipe conn and packetConn*/
func NewServer(config ServerConfig) (*Server, error) {
if config.Authenticator == nil {
return nil, errors.New("authenticator required")