Interfaccia servita

This commit is contained in:
Claudio Maggioni 2017-05-26 15:45:45 +02:00
parent 0bf1e28ad5
commit aafe0566d7
3 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,7 @@ func ServiHTML() {
}
func handlerRoot(w http.ResponseWriter, r *http.Request) {
templ, err := template.ParseFiles("template/hello.html")
templ, err := template.ParseFiles("template/Interfaccia.html")
if err != nil {
panic(err.Error())
}

View File

@ -1 +0,0 @@
hello