github.com/sohaha/zlsgo@v1.7.13-0.20240501141223-10dd1a906f76/znet/signal_win.go (about) 1 //go:build windows 2 // +build windows 3 4 package znet 5 6 import ( 7 "errors" 8 ) 9 10 // Restart Restart 11 func (e *Engine) Restart() error { 12 return errors.New("windows does not support") 13 }