mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: fix error pos on default value (#6338)
This commit is contained in:
@ -35,7 +35,7 @@ pub mut:
|
||||
headers map[string]string
|
||||
cookies map[string]string
|
||||
user_agent string = 'v.http'
|
||||
verbose bool = false
|
||||
verbose bool
|
||||
}
|
||||
|
||||
pub struct Response {
|
||||
|
Reference in New Issue
Block a user