mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: fix pub fn check
This commit is contained in:
@@ -43,7 +43,7 @@ pub:
|
||||
conn net.Socket
|
||||
form map[string]string
|
||||
// TODO Response
|
||||
mut:
|
||||
pub mut:
|
||||
headers string // response headers
|
||||
done bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user