mirror of
https://github.com/hacdias/webdav.git
synced 2026-09-22 03:20:41 +08:00
ci: updated build and lint workflows (#152)
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ set WD_CERT.`,
|
||||
listener, err := net.Listen(lnet, laddr)
|
||||
|
||||
sigc := make(chan os.Signal, 1)
|
||||
signal.Notify(sigc, os.Interrupt, os.Kill, syscall.SIGTERM)
|
||||
signal.Notify(sigc, os.Interrupt, syscall.SIGTERM)
|
||||
|
||||
go func(c chan os.Signal) {
|
||||
// Wait for a SIGINT or SIGKILL:
|
||||
|
||||
Reference in New Issue
Block a user