9 lines
148 B
Go
9 lines
148 B
Go
// +build windows
|
|
|
|
package server
|
|
|
|
import "context"
|
|
|
|
func (s *Server) configureSignals() {}
|
|
|
|
func (s *Server) listenSignals(ctx context.Context) {}
|