Преглед на файлове

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

Зареждане…
Отказ
Запис