Skip to content

Commit 48f08d6

Browse files
committed
Fixed Error
1 parent 21d2763 commit 48f08d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ func (loader *TemplateLoader) Refresh() (err *Error) {
181181

182182
// WatchDir returns true of directory doesn't start with . (dot)
183183
// otherwise false
184-
func (loader *TemplateLoader) findAndAddTemplate(path, module, fullSrcDir, basePath string) (fileBytes []byte, err error) {
184+
func (loader *TemplateLoader) findAndAddTemplate(path, fullSrcDir, basePath string) (fileBytes []byte, err error) {
185185
templateName := filepath.ToSlash(path[len(fullSrcDir)+1:])
186186
// Convert template names to use forward slashes, even on Windows.
187187
if os.PathSeparator == '\\' {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy