diff options
| -rw-r--r-- | cmd/whoisfront/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/whoisfront/main.go b/cmd/whoisfront/main.go index 13901d1..30a49f4 100644 --- a/cmd/whoisfront/main.go +++ b/cmd/whoisfront/main.go @@ -45,5 +45,5 @@ func handle(w http.ResponseWriter, r *http.Request) { panic(err) } - fmt.Fprintln(w, st.Front) + fmt.Fprint(w, st.Front) } |
