go

Golang检测系统中断

英文: Golang detect system interrupt 问题 我写了一个批量删除文件的实用程序,代码如下: stdinScanner := bufio.NewScanner(os.Std...