mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-13 05:37:29 +08:00
8 lines
90 B
Go
8 lines
90 B
Go
//go:build windows
|
|
|
|
package main
|
|
|
|
func requestGatewayReloadSignal() error {
|
|
return nil
|
|
}
|