Optimizing scripts

This commit is contained in:
skiffer-git 2024-03-21 16:51:07 +08:00
parent 19a857fb51
commit 8a24219a07

View File

@ -24,7 +24,7 @@ import (
func main() {
go func() {
<-time.After(1 * time.Minute)
time.Sleep(30 * time.Second)
panic("Panic after one minute!")
}()
apiCmd := cmd.NewApiCmd(cmd.ApiServer)