1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

compiler: module init function & init consts for cached modules

This commit is contained in:
joe-conigliaro
2019-10-12 09:17:37 +11:00
committed by Alexander Medvednikov
parent c7e47e6884
commit 51388fea75
11 changed files with 164 additions and 59 deletions

View File

@@ -9,7 +9,6 @@ import http.chunked
const (
max_redirects = 4
_ = http.init()
)
struct Request {