diff --git a/app.go b/app.go index ed7af0a..5756044 100644 --- a/app.go +++ b/app.go @@ -7,7 +7,7 @@ import ( "os" "path/filepath" ) - +// test // func handler(w http.ResponseWriter, r *http.Request) { // fmt.Fprintf(w, "Hi there, I love %s!", r.URL.Path[1:]) // }