zitadel/cmd/start/start_port.go

12 lines
129 B
Go
Raw Normal View History

//go:build !integration
package start
import (
"net"
)
func listenConfig() *net.ListenConfig {
return &net.ListenConfig{}
}