mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
net.urllib module
This commit is contained in:

committed by
Alexander Medvednikov

parent
0197f20d47
commit
d3c89273e8
@ -7,6 +7,7 @@ module strings
|
||||
struct Builder {
|
||||
mut:
|
||||
buf []byte
|
||||
pub:
|
||||
len int
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user