You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out Go has good support for strings and hashmaps.
Unfortunately, using them teaches you nothing about compiler memory management.
So out of respect for the educational value of this and future chapters, I plan to do something you don't normally do in go, manage my own memory using malloc-like syntax.
The text was updated successfully, but these errors were encountered:
Turns out Go has good support for strings and hashmaps.
Unfortunately, using them teaches you nothing about compiler memory management.
So out of respect for the educational value of this and future chapters, I plan to do something you don't normally do in go, manage my own memory using malloc-like syntax.
The text was updated successfully, but these errors were encountered: