> >> > as far as untrusted code goes, unlike rust, golang doesn't silently run > untrusted code during the build process, so there is at least that. > > as has been hinted at, pledge/unveil are _tools_. they don't just bolt-on and > magic things into happening. the code has to be written to use them, and to > work > within the constraints they provide.
Thank you Atticus: For the explanations..