0.1.0-rc.1 #60
1 changed files with 0 additions and 1 deletions
|
|
@ -28,7 +28,6 @@ fn exit_with_message(code int, msg string) {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn reader_to_file(mut reader io.BufferedReader, length int, path string) ? {
|
fn reader_to_file(mut reader io.BufferedReader, length int, path string) ? {
|
||||||
// Open up a file for writing to
|
|
||||||
mut file := os.create(path) ?
|
mut file := os.create(path) ?
|
||||||
defer {
|
defer {
|
||||||
file.close()
|
file.close()
|
||||||
|
|
|
||||||
Reference in a new issue