package handler import "net/http" func InfoRefs() http.HandlerFunc { return func(w http.ResponseWriter, r *http.Request) { panic("unimplemented") } }