u
Anirudh Oppiliappan x@icyphox.sh
Mon, 13 Mar 2023 23:25:15 +0530
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
masto.go
→
masto.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) }