Skip to content
Personal
Open source
Business
Explore
Sign up
Sign in
Pricing
Blog
Support
Watch
22
Star
367
Fork
16
celrenheit
/
lion
Code
Issues
1
Pull requests
0
Pulse
Graphs
Permalink
Browse files
Remove newline character
Loading branch information
...
1 parent
4004135
commit
fe2224745f7f858ee248b400100f3b150148a893
celrenheit
committed
Mar 20, 2016
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
examples/hello/hello.go
Show notes
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
) {
Toggle all file notes
0 comments on commit
fe22247
Please
sign in
to comment.
Something went wrong with that request. Please try again.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
fe22247