In the [First project](https://github.com/softchris/golang-book/blob/main/03-projects/01-first-project/README.md) lesson, you wrote: > to use the public `Helper()` function from _main.go_, we need to import it. But the function is actually called `Help()`.