fix close bug

This commit is contained in:
2022-11-07 11:06:30 -08:00
parent 9a8cf96e08
commit 71179f5099
3 changed files with 2 additions and 1 deletions

View File

@ -20,4 +20,5 @@ func main() {
}
func primetime(c net.Conn) {
defer c.Close()
}