this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fmt

+1 -1
+1 -1
cmd/astrolabe/handlers.go
··· 31 31 } 32 32 if strings.HasPrefix(q, "at://") { 33 33 if strings.HasSuffix(q, "/") { 34 - q = q[0:len(q)-1] 34 + q = q[0 : len(q)-1] 35 35 } 36 36 37 37 aturi, err := syntax.ParseATURI(q)