rm dead function
This commit is contained in:
parent
cb4fe912ab
commit
d59a13efd3
1 changed files with 0 additions and 4 deletions
4
fun.go
4
fun.go
|
|
@ -526,10 +526,6 @@ func handles(xid string) (string, string) {
|
||||||
return handle, handle + "@" + originate(xid)
|
return handle, handle + "@" + originate(xid)
|
||||||
}
|
}
|
||||||
|
|
||||||
func prepend(s string, x []string) []string {
|
|
||||||
return append([]string{s}, x...)
|
|
||||||
}
|
|
||||||
|
|
||||||
func butnottooloud(aud []string) {
|
func butnottooloud(aud []string) {
|
||||||
for i, a := range aud {
|
for i, a := range aud {
|
||||||
if strings.HasSuffix(a, "/followers") {
|
if strings.HasSuffix(a, "/followers") {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue