func getClientAddr()

in terminal.go [140:142]


func getClientAddr(r *http.Request) string {
	return r.RemoteAddr
}