diff options
-rw-r--r-- | common.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 | |||
72 | func parse(dirPath string, elements map[string][]byte, exts []string, overwrite bool) map[string][]byte { | 70 | func 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 { |