Update os.v

pull/846/head
Zaoqi 2019-06-30 18:11:50 +08:00 committed by Alexander Medvednikov
parent 067f131b53
commit 8d13880cab
1 changed files with 1 additions and 3 deletions

View File

@ -148,9 +148,7 @@ fn read_ulines(path string) []ustring {
return ulines return ulines
} }
// fn open(file string) File? { // TODO return `File?`
// return open_file(file)
// }
pub fn open(path string) File { pub fn open(path string) File {
return open_file(path) return open_file(path)
} }