mirror of
https://gitee.com/johng/gf
synced 2026-07-08 14:39:50 +08:00
fix issue in signal handler for windows
This commit is contained in:
@ -9,6 +9,6 @@
|
||||
package ghttp
|
||||
|
||||
// registerSignalHandler does nothing on windows platform.
|
||||
func registerSignalHandler() {
|
||||
func handleProcessSignal() {
|
||||
|
||||
}
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
package gf
|
||||
|
||||
const VERSION = "v1.15.2"
|
||||
const VERSION = "v1.15.3"
|
||||
const AUTHORS = "john<john@goframe.org>"
|
||||
|
||||
Reference in New Issue
Block a user