mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 19:47:32 +00:00
12 lines
127 B
Go
12 lines
127 B
Go
//go:build !integration
|
|
|
|
package net
|
|
|
|
import (
|
|
"net"
|
|
)
|
|
|
|
func ListenConfig() *net.ListenConfig {
|
|
return &net.ListenConfig{}
|
|
}
|