Fix typo (#1913)
This commit is contained in:
		@ -1694,7 +1694,7 @@ func main() {
 | 
			
		||||
	quit := make(chan os.Signal)
 | 
			
		||||
	// kill (no param) default send syscall.SIGTERM
 | 
			
		||||
	// kill -2 is syscall.SIGINT
 | 
			
		||||
	// kill -9 is syscall.SIGKILL but can"t be catch, so don't need add it
 | 
			
		||||
	// kill -9 is syscall.SIGKILL but can't be catch, so don't need add it
 | 
			
		||||
	signal.Notify(quit, syscall.SIGINT, syscall.SIGTERM)
 | 
			
		||||
	<-quit
 | 
			
		||||
	log.Println("Shutdown Server ...")
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user