Compare commits

...

1 Commits

Author SHA1 Message Date
9fb6227461 fix issue in signal handler for windows 2021-01-28 10:08:52 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -9,6 +9,6 @@
package ghttp
// registerSignalHandler does nothing on windows platform.
func registerSignalHandler() {
func handleProcessSignal() {
}

View File

@ -1,4 +1,4 @@
package gf
const VERSION = "v1.15.2"
const VERSION = "v1.15.3"
const AUTHORS = "john<john@goframe.org>"