1
0
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:
TSURUTA Takumi 2022-09-28 22:21:33 +09:00 committed by GitHub
parent be6741195d
commit e72d259903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ pub mut:
value string
}
struct Values {
pub struct Values {
pub mut:
data []QueryValue
len int