mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
change Values struct to public (#15902)
This commit is contained in:
parent
be6741195d
commit
e72d259903
@ -9,7 +9,7 @@ pub mut:
|
|||||||
value string
|
value string
|
||||||
}
|
}
|
||||||
|
|
||||||
struct Values {
|
pub struct Values {
|
||||||
pub mut:
|
pub mut:
|
||||||
data []QueryValue
|
data []QueryValue
|
||||||
len int
|
len int
|
||||||
|
Loading…
x
Reference in New Issue
Block a user