1
0
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:
Alexander Medvednikov
2020-05-27 03:38:21 +02:00
parent 7c9279c447
commit fc67046bac
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ pub:
conn net.Socket
form map[string]string
// TODO Response
mut:
pub mut:
headers string // response headers
done bool
}