tangled
alpha
login
or
join now
edavis.dev
/
bsky-feeds
1
fork
atom
this repo has no description
1
fork
atom
overview
issues
pulls
pipelines
style: go fmt
Eric Davis
1 year ago
a9ced493
338f76e1
+2
-2
1 changed file
expand all
collapse all
unified
split
pkg
mostliked
handler.go
+2
-2
pkg/mostliked/handler.go
···
31
31
}
32
32
33
33
type CheckpointResults struct {
34
34
-
Blocked int
35
35
-
Pages int
34
34
+
Blocked int
35
35
+
Pages int
36
36
Transferred int
37
37
}
38
38