aboutsummaryrefslogtreecommitdiff
path: root/cmd/whoisfront/main.go
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-06-13 23:00:09 +0000
committerChristine Dodrill <me@christine.website>2019-06-13 23:00:09 +0000
commit0b87828dc7b052120e93f680c162068e4ca65f97 (patch)
tree4023153f4d7bb31689bb7da562640325a8211ed3 /cmd/whoisfront/main.go
parente41430db9ddef4466d36cc30023df08999aa0db3 (diff)
downloadx-0b87828dc7b052120e93f680c162068e4ca65f97.tar.xz
x-0b87828dc7b052120e93f680c162068e4ca65f97.zip
oops
Diffstat (limited to 'cmd/whoisfront/main.go')
-rw-r--r--cmd/whoisfront/main.go2
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)
}