Go docs: add note on thread local storage

Fixes #374
This commit is contained in:
Ian Lance Taylor 2022-03-08 14:18:33 -08:00
commit 7ebe5cead3
2 changed files with 33 additions and 17 deletions

View file

@ -874,6 +874,7 @@
<li><a href="Go.html#Go_class_inheritance">Go Class Inheritance</a>
</ul>
<li><a href="Go.html#Go_templates">Go Templates</a>
<li><a href="Go.html#Go_threads">Go and C/C++ Threads</a>
<li><a href="Go.html#Go_director_classes">Go Director Classes</a>
<ul>
<li><a href="Go.html#Go_director_example_cpp_code">Example C++ code</a>