appview
appview copied to clipboard
In Go code we use go_str() and don't free the memory allocated
Early versions of Go use Go strings. Later versions of Go do not use Go strings. Therefore, the free operation is not needed in later versions. However, we should still put the free function back for older versions.