Skip to content
Browse files

Remove newline character

  • Loading branch information...
1 parent 4004135 commit fe2224745f7f858ee248b400100f3b150148a893 @celrenheit committed
Showing with 1 addition and 1 deletion.
  1. +1 −1 examples/hello/hello.go
View
2 examples/hello/hello.go
@@ -9,7 +9,7 @@ import (
)
func Home(c context.Context, w http.ResponseWriter, r *http.Request) {
- fmt.Fprintf(w, "Home\n")
+ fmt.Fprintf(w, "Home")
}
func Hello(c context.Context, w http.ResponseWriter, r *http.Request) {

0 comments on commit fe22247

Please sign in to comment.
Something went wrong with that request. Please try again.