aboutsummaryrefslogtreecommitdiff
path: root/common.go
diff options
context:
space:
mode:
Diffstat (limited to 'common.go')
-rw-r--r--common.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/common.go b/common.go
index d8e2d28..1a78017 100644
--- a/common.go
+++ b/common.go
@@ -67,8 +67,6 @@ func merge(files map[string][]byte) (merged []byte) {
67 67
68// COMPILED and INTERACTIVE modes 68// COMPILED and INTERACTIVE modes
69 69
70// render and write everything inside
71
72func parse(dirPath string, elements map[string][]byte, exts []string, overwrite bool) map[string][]byte { 70func parse(dirPath string, elements map[string][]byte, exts []string, overwrite bool) map[string][]byte {
73 _, filesList := fcmd.Ls(dirPath) 71 _, filesList := fcmd.Ls(dirPath)
74 for _, fileName := range filesList { 72 for _, fileName := range filesList {