MCPcopy
hub / github.com/gofiber/fiber / Load

Method Load

ctx_test.go:8045–8051  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8043}
8044
8045func (t *testTemplateEngine) Load() error {
8046 if t.path == "" {
8047 t.path = "testdata"
8048 }
8049 t.templates = template.Must(template.ParseGlob("./.github/" + t.path + "/*.tmpl"))
8050 return nil
8051}
8052
8053// go test -run Test_Ctx_Render_Engine
8054func Test_Ctx_Render_Engine(t *testing.T) {

Calls

no outgoing calls

Tested by

no test coverage detected