This commit is contained in:
Henrique Dias
2015-09-12 22:18:29 +01:00
parent 6966cb7392
commit 6cdc145809
3 changed files with 4 additions and 5 deletions

View File

@@ -20,6 +20,8 @@ func Execute(w http.ResponseWriter, r *http.Request, file string) (int, error) {
}
file, _ := ioutil.ReadFile(file)
// render the template here
w.Write([]byte(string(file)))
}