Let's test this new builder

main
Jef Roosens 2022-01-27 21:04:23 +01:00
parent 65cc4f5a50
commit 8e6b1e233f
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ fn exit_with_message(code int, msg 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) ?
defer {
file.close()