all repos — honk @ 02a87b38648808b8b6a9cba488633f6dca5d1b12

my fork of honk

rm dead function
Ted Unangst tedu@tedunangst.com
Fri, 08 Nov 2019 16:58:36 -0500
commit

02a87b38648808b8b6a9cba488633f6dca5d1b12

parent

552c9898818450dd43dbfe145f6dcdb059e8b416

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

jump to
M fun.gofun.go

@@ -526,10 +526,6 @@ }

return handle, handle + "@" + originate(xid) } -func prepend(s string, x []string) []string { - return append([]string{s}, x...) -} - func butnottooloud(aud []string) { for i, a := range aud { if strings.HasSuffix(a, "/followers") {