Преглед изворни кода

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

Loading…
Откажи
Сачувај