Loading main.go +1 −1 Original line number Diff line number Diff line Loading @@ -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") } Loading
main.go +1 −1 Original line number Diff line number Diff line Loading @@ -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") }