mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-23 09:00:20 +08:00
fix compiling error on windows.
This commit is contained in:
parent
acd2b94bd9
commit
e89e2d8a75
@ -25,10 +25,6 @@ func SetTimeToForceQuit(duration time.Duration) {
|
|||||||
func Setup() {
|
func Setup() {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Setup does nothing on windows.
|
|
||||||
func Setup() {
|
|
||||||
}
|
|
||||||
|
|
||||||
// Shutdown does nothing on windows.
|
// Shutdown does nothing on windows.
|
||||||
func Shutdown() {
|
func Shutdown() {
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user