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
|
||||
}
|
||||
|
||||
struct Values {
|
||||
pub struct Values {
|
||||
pub mut:
|
||||
data []QueryValue
|
||||
len int
|
||||
|
Loading…
Reference in New Issue
Block a user