func handle()

in server.go [16:18]


func handle(w http.ResponseWriter, r *http.Request) {
	io.WriteString(w, hello.Hello())
}