gf/net/ghttp/ghttp_server_admin_windows.go

16 lines
402 B
Go
Raw Normal View History

2021-01-17 21:46:25 +08:00
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.
2021-12-16 23:26:41 +08:00
//go:build windows
// +build windows
package ghttp
2022-03-19 17:58:21 +08:00
// registerSignalHandler does nothing on a window platform.
func handleProcessSignal() {
2019-06-19 09:06:52 +08:00
}