mirror of
https://github.com/traefik/traefik.git
synced 2026-04-07 10:17:34 -04:00
7 lines
141 B
Go
7 lines
141 B
Go
//go:build windows
|
|
|
|
package server
|
|
|
|
func populateSocketActivationListeners() *SocketActivation {
|
|
return &SocketActivation{enabled: false}
|
|
}
|