all repos — honk @ 823f6582e4e8f399c2ed613bb28d3b49134e0043

my fork of honk

u
Anirudh Oppiliappan x@icyphox.sh
Mon, 13 Mar 2023 23:25:15 +0530
commit

823f6582e4e8f399c2ed613bb28d3b49134e0043

parent

100f57fbb0e1560047feb3541a1431c4b6208cf4

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M masto.gomasto.go

@@ -8,7 +8,7 @@ "humungus.tedunangst.com/r/webs/junk"

) func badjunk(rw http.ResponseWriter, j junk.Junk) { - elog.Printf("oauthorize: bad junk: %s", j.ToString) + elog.Printf("oauthorize: bad junk: %s", j.ToString()) http.Error(rw, "oauthorize: bad junk", http.StatusBadRequest) }