mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
parser: fix mut args with the new syntax; checker: fmt
This commit is contained in:
@ -6,6 +6,7 @@ module http
|
||||
import os
|
||||
|
||||
pub fn download_file(url, out string) bool {
|
||||
println('download file url=$url out=$out')
|
||||
s := get(url) or {
|
||||
return false
|
||||
}
|
||||
|
Reference in New Issue
Block a user