make capitalization uniform

This commit is contained in:
2025-01-20 21:22:45 +01:00
parent 4fb1f25468
commit 7fb20c2ea9
12 changed files with 860 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
package crawler
type Resource struct {
Url string
Body string
}