Skip to content

Commit fc8f02e

Browse files
feat(stats): completed TODO
1 parent c3b6be1 commit fc8f02e

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

cmd/stats.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@ import (
1515
"golang.org/x/term"
1616
)
1717

18-
/*
19-
TODO::
20-
- [X] Pre-Allocate Memory for Slices
21-
22-
Testing Stuff:
23-
- [ ] Create unit tests for calculation logic
24-
- [ ] Consider using interfaces for better testing
25-
*/
26-
2718
type repoInfo struct {
2819
name string
2920
metadata scan.RepoMetadata

0 commit comments

Comments
 (0)