mirror of
https://github.com/vlang/v.git
synced 2025-09-09 07:15:50 -04:00
builder_js: fix mutable error
This commit is contained in:
parent
8271d239b2
commit
b30f989f44
@ -7,7 +7,7 @@ module strings
|
||||
pub struct Builder {
|
||||
mut:
|
||||
buf []byte
|
||||
pub:
|
||||
pub mut:
|
||||
len int
|
||||
initial_size int = 1
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user