Commit 3b550f34 authored by Remy Jourde's avatar Remy Jourde
Browse files

deployment testing

parent 19c6a4bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,5 +17,5 @@ func main() {
}

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