func defaultHost()

in main.go [53:55]


func defaultHost(r *http.Request) string {
	return r.Host
}