Loading main.go +1 −1 Original line number Diff line number Diff line Loading @@ -17,5 +17,5 @@ func main() { } func hello(res http.ResponseWriter, req *http.Request) { fmt.Fprintln(res, "hello, greentros") fmt.Fprintln(res, "hello, greentros!") } Loading
main.go +1 −1 Original line number Diff line number Diff line Loading @@ -17,5 +17,5 @@ func main() { } func hello(res http.ResponseWriter, req *http.Request) { fmt.Fprintln(res, "hello, greentros") fmt.Fprintln(res, "hello, greentros!") }