go

Golang坏文件描述符

英文: Golang bad file descriptor 问题 在我的Go例程中,当尝试向日志文件追加内容时,我遇到了一个坏的文件描述符错误。 write ./log.log: bad file ...