Commit 55720857 authored by santiaago's avatar santiaago
Browse files

text

parent 56a30002
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,5 +16,5 @@ func main() {
}

func hello(res http.ResponseWriter, req *http.Request) {
	fmt.Fprintln(res, "hello, green-albatros")
	fmt.Fprintln(res, "hello, greentros")
}