traefik/pkg/server/server_signals_windows.go
Ludovic Fernandez f1b085fa36 Move code to pkg
2019-03-15 09:42:03 +01:00

8 lines
125 B
Go

// +build windows
package server
func (s *Server) configureSignals() {}
func (s *Server) listenSignals(stop chan bool) {}