View errors by: Date Added Package/Type

html/template: pattern matches no files:

template.ParseGlob() "html/template: pattern matches no files:" package documentation: html/template

What causes the error?

This issue is easily caused by some of the same issues that cause the os.ErrNotExist error. As a result, I suggest you start with the os.ErrNotExist article. Make sure you understand how Go reads opens files relative to where it is run (not relative to where your source code is), and then see if you can figure out the issue.

If that doesn’t work feel free to reach out - jon@calhoun.io - I’d be happy to work with you and use what we figure out to add more to this page 😁

Created by Jon Calhoun, but you can check out the source and contribute on GitHub