Versions in this module Expand all Collapse all v0 v0.24.0 Dec 29, 2024 Changes in this version + func MustListen(opts ...MustListenOption) net.Listener + type MustListenOption func(*MustListenOptions) + func WithAddr(addr string) MustListenOption + func WithPort(port string) MustListenOption + type MustListenOptions struct + Addr *string + Port *string