fix(#162): garbage collection fix. split Resize() implementation for Go runtime specific

This commit is contained in:
Tomas Aparicio 2017-09-07 10:41:10 +02:00
parent d4ea64e101
commit 71054aaa89
21 changed files with 586 additions and 558 deletions

View file

@ -1,7 +1,7 @@
root = true
[*]
indent_style = tabs
indent_style = tab
indent_size = 2
end_of_line = lf
charset = utf-8