mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-21 00:47:11 +08:00
9 lines
No EOL
483 B
HTML
9 lines
No EOL
483 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 %}
|
|
|
|
{% block analytics %}
|
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8100371022376416" crossorigin="anonymous"></script>
|
|
{% endblock %} |