Skip to content

Commit c89a88c

Browse files
committed
Renaming utils.go to better explain what it was actually doing.
1 parent a34773a commit c89a88c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ scrapey-cli/
9393
│ │ └── storage.go # Storage logic
9494
│ └── utils/
9595
│ ├── printcolor.go # Colorized terminal output utility
96-
│ └── utils.go # Utility functions
96+
│ └── printstruct.go # Utility for printing non-empty struct fields
9797
├── scripts/
9898
│ └── coverage_formatter.go # Formats and colorizes Go test coverage output
9999
├── test/ # Optional integration tests
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// File: pkg/utils/utils.go
1+
// File: pkg/utils/printstruct.go
22

33
package utils
44

0 commit comments

Comments
 (0)