builder_js: fix mutable error
parent
8271d239b2
commit
b30f989f44
|
@ -7,7 +7,7 @@ module strings
|
||||||
pub struct Builder {
|
pub struct Builder {
|
||||||
mut:
|
mut:
|
||||||
buf []byte
|
buf []byte
|
||||||
pub:
|
pub mut:
|
||||||
len int
|
len int
|
||||||
initial_size int = 1
|
initial_size int = 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue