Browse Source

Move code tool to sub directory

master
Matt Baer 9 years ago
parent
commit
5340a5f2c8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/code.go

code.go → code/code.go View File

@@ -151,7 +151,7 @@ func generate(users map[string]User, outputFile string) {
}
w := bufio.NewWriter(f)
template, err := template.New("").Funcs(funcMap).ParseFiles("templates/code.html")
template, err := template.New("").Funcs(funcMap).ParseFiles("../templates/code.html")
if err != nil {
panic(err)
}

Loading…
Cancel
Save