mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +00:00
8 lines
104 B
Go
8 lines
104 B
Go
|
//+build !linux
|
||
|
|
||
|
package freeport
|
||
|
|
||
|
func getEphemeralPortRange() (int, int, error) {
|
||
|
return 0, 0, nil
|
||
|
}
|