Просмотр исходного кода

Move code tool to sub directory

master
Matt Baer 9 лет назад
Родитель
Сommit
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)
}

Загрузка…
Отмена
Сохранить