> For the complete documentation index, see [llms.txt](https://quii.gitbook.io/learn-go-with-tests/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quii.gitbook.io/learn-go-with-tests/meta/template.md).

# Chapter Template

Some intro

## Write the test first

## Try to run the test

## Write the minimal amount of code for the test to run and check the failing test output

## Write enough code to make it pass

## Refactor

## Repeat for new requirements

## Wrapping up
