This is why I love Go. Nobody was asking for this, but they took the time to do it right and continue to Push go as a memory safe, high-level systems language.
Go is in no way automatically memory safe. It's up to the programmer to write memory safe code with it.
go data races aren't memory safe