all repos — honk @ 253fccbdd8760b6cd837d3b62ee93c4a857f5c85

my fork of honk

u
Anirudh Oppiliappan x@icyphox.sh
Sun, 24 Sep 2023 10:40:46 +0300
commit

253fccbdd8760b6cd837d3b62ee93c4a857f5c85

parent

535dc746d1a918b8dfbb5fe3c162915239c646a1

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

jump to
M masto.gomasto.go

@@ -11,7 +11,7 @@ )

func gf() { pc, _, _, _ := runtime.Caller(1) - fmt.Sprintln("%s", runtime.FuncForPC(pc).Name()) + fmt.Printf("%s", runtime.FuncForPC(pc).Name()) } func badjunk(rw http.ResponseWriter, j junk.Junk, path string) {