mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-13 09:50:00 +08:00
fix: goctl compile error on windows (#4538)
This commit is contained in:
@@ -22,7 +22,7 @@ func SetTimeToForceQuit(duration time.Duration) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Setup does nothing on windows.
|
// Setup does nothing on windows.
|
||||||
func Setup() {
|
func Setup(conf ShutdownConf) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Shutdown does nothing on windows.
|
// Shutdown does nothing on windows.
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// BuildVersion is the version of goctl.
|
// BuildVersion is the version of goctl.
|
||||||
const BuildVersion = "1.7.4"
|
const BuildVersion = "1.7.5"
|
||||||
|
|
||||||
var tag = map[string]int{"pre-alpha": 0, "alpha": 1, "pre-bata": 2, "beta": 3, "released": 4, "": 5}
|
var tag = map[string]int{"pre-alpha": 0, "alpha": 1, "pre-bata": 2, "beta": 3, "released": 4, "": 5}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user