We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb90cf9 commit 106a150Copy full SHA for 106a150
loaders/multi/multi.go
@@ -7,6 +7,8 @@ import (
7
"github.com/CloudyKit/jet/v4"
8
)
9
10
+var _ jet.Loader = (*Multi)(nil)
11
+
12
// Multi implements jet.Loader interface and tries to load templates from a list of custom loaders.
13
// Caution: When multiple loaders have templates with the same name, the order in which you pass loaders
14
// to NewLoader/AddLoaders dictates which template will be returned by Open when you request it!
0 commit comments