package api import "net/http" func hostsGet(w http.ResponseWriter, r *http.Request) { }