mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-21 00:47:11 +08:00
5 lines
No EOL
212 B
HTML
5 lines
No EOL
212 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block announce %}
|
|
📢 A new section is now fully available: <a href="https://100go.co/92-false-sharing/">#92: Writing concurrent code that leads to false sharing</a>.
|
|
{% endblock %} |