fix: comment io compose ifaces
This commit is contained in:
@ -40,7 +40,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
fmt.Printf("%d bytes transferred.\n", n)
|
fmt.Printf("%d bytes transferred.\n", n)
|
||||||
|
|
||||||
// multiple deferred funcs are run in reverse order:
|
// main() runs the deferred funcs in reverse order:
|
||||||
// file.Close()
|
// file.Close()
|
||||||
// resp.Body.Close()
|
// resp.Body.Close()
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user