fixup
This commit is contained in:
parent
841ae6e2b9
commit
ec7e506d23
|
@ -4,6 +4,7 @@ import (
|
|||
"context"
|
||||
"crypto/tls"
|
||||
"flag"
|
||||
"fmt"
|
||||
"math/rand"
|
||||
"net"
|
||||
"net/http"
|
||||
|
@ -68,7 +69,7 @@ func main() {
|
|||
<-ctx.Done()
|
||||
|
||||
signal.Reset(os.Interrupt)
|
||||
fmt.Printlf("%s is now waiting for final shutdown, press ^C again to kill it now\n", os.Args[0])
|
||||
fmt.Printf("%s is now waiting for final shutdown, press ^C again to kill it now\n", os.Args[0])
|
||||
time.Sleep(30 * time.Second)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue