| layout | default |
|---|---|
| title | Go Cookbook |
The Go Cookbook is built with the help of people like yourself. Please support this site and help others by contributing a recipe of your own.
{% for chapter in site.data.chapters %}
-
{% for recipe in chapter.recipes %}
- {% if recipe.wip %} [work in progress] {% endif %} {% if recipe.path %} {{ recipe.title }} {% else %} {{ recipe.title }} {% endif %} {% endfor %}