mirror of
https://github.com/vlang/v.git
synced 2025-09-16 16:02:29 +03:00
Update os.v
This commit is contained in:
parent
067f131b53
commit
8d13880cab
1 changed files with 1 additions and 3 deletions
|
@ -148,9 +148,7 @@ fn read_ulines(path string) []ustring {
|
|||
return ulines
|
||||
}
|
||||
|
||||
// fn open(file string) File? {
|
||||
// return open_file(file)
|
||||
// }
|
||||
// TODO return `File?`
|
||||
pub fn open(path string) File {
|
||||
return open_file(path)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue