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

vlib: remove unused arrays module

This commit is contained in:
Delyan Angelov
2020-05-16 00:20:14 +03:00
parent 44502a3fb2
commit 034bf46e4d
4 changed files with 0 additions and 41 deletions

View File

@ -4,7 +4,6 @@
module http
import time
import arrays
import strings
pub struct Cookie {

View File

@ -1,5 +1,4 @@
import net.http
import time
struct SetCookieTestCase {
cookie &http.Cookie