mirror of
https://github.com/containous/traefik.git
synced 2025-01-07 17:17:53 +03:00
8 lines
111 B
Go
8 lines
111 B
Go
// +build windows
|
|
|
|
package server
|
|
|
|
func (s *Server) configureSignals() {}
|
|
|
|
func (s *Server) listenSignals() {}
|