mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-21 00:47:11 +08:00
5 lines
298 B
HTML
5 lines
298 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block announce %}
|
|
📢 Two new full sections are now available: <a href="https://100go.co/5-interface-pollution/">#5: Interface pollution</a> and <a href="https://100go.co/92-false-sharing/">#92: Writing concurrent code that leads to false sharing</a>.
|
|
{% endblock %}
|