Open Yagisanatode opened 4 months ago
https://github.com/quii/learn-go-with-tests/blob/a6c085db36f137cc37b6bba08f908aa8c4e7f14d/html-templates.md?plain=1#L371
Add the following to your imports:
approvals "github.com/approvals/go-approval-tests"
In the terminal enter go mod tidy.
go mod tidy
Thank you for sharing this as I got stumped on this step. This should be added to the book to make it so people don't get stopped here.
https://github.com/quii/learn-go-with-tests/blob/a6c085db36f137cc37b6bba08f908aa8c4e7f14d/html-templates.md?plain=1#L371
Add the following to your imports:
In the terminal enter
go mod tidy
.