This commit is contained in:
2021-09-23 10:44:56 +08:00
parent 36dbdd5d27
commit 04e96e13e8
+4
View File
@@ -182,3 +182,7 @@ func StopStacks() {
} }
stackStopChan <- 1 stackStopChan <- 1
} }
func Stop() {
StopStacks()
}