Переглянути джерело

Move code tool to sub directory

master
Matt Baer 9 роки тому
джерело
коміт
5340a5f2c8
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      code/code.go

code.go → code/code.go Переглянути файл

@@ -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)
}

Завантаження…
Відмінити
Зберегти