package main import "net/http" func Path(w http.ResponseWriter, r *http.Request) { } func Index(w http.ResponseWriter, r *http.Request) { }