2017-08-11 10:04:58 +00:00
|
|
|
// +build windows
|
|
|
|
|
|
|
|
package server
|
|
|
|
|
2020-02-03 16:56:04 +00:00
|
|
|
import "context"
|
|
|
|
|
2018-03-14 12:14:03 +00:00
|
|
|
func (s *Server) configureSignals() {}
|
2017-08-11 10:04:58 +00:00
|
|
|
|
2020-02-03 16:56:04 +00:00
|
|
|
func (s *Server) listenSignals(ctx context.Context) {}
|