this repo has no description

style: go fmt

+2 -2
+2 -2
pkg/mostliked/handler.go
··· 31 31 } 32 32 33 33 type CheckpointResults struct { 34 - Blocked int 35 - Pages int 34 + Blocked int 35 + Pages int 36 36 Transferred int 37 37 } 38 38