forked from vieter-v/vieter
Let's test this new builder
This commit is contained in:
parent
65cc4f5a50
commit
8e6b1e233f
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) ? {
|
||||
// Open up a file for writing to
|
||||
mut file := os.create(path) ?
|
||||
defer {
|
||||
file.close()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue