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

committed by
Alexander Medvednikov

parent
6cee50afda
commit
63b70ddb06
@ -7,7 +7,7 @@ module vweb
|
||||
import (
|
||||
os
|
||||
net
|
||||
http
|
||||
net.http
|
||||
net.urllib
|
||||
strings
|
||||
)
|
||||
|
Reference in New Issue
Block a user