refactor: move to cmd dir
This commit is contained in:
parent
7fd409fa73
commit
73f3ea23c0
@ -18,10 +18,7 @@ func main() {
|
|||||||
|
|
||||||
log.Printf("Processing %d README files\n", len(allReadmeFiles))
|
log.Printf("Processing %d README files\n", len(allReadmeFiles))
|
||||||
contributors, err := parseContributorFiles(allReadmeFiles)
|
contributors, err := parseContributorFiles(allReadmeFiles)
|
||||||
log.Printf(
|
log.Printf("Processed %d README files as valid contributor profiles", len(contributors))
|
||||||
"Processed %d README files as valid contributor profiles",
|
|
||||||
len(contributors),
|
|
||||||
)
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Panic(err)
|
log.Panic(err)
|
||||||
}
|
}
|
||||||
@ -32,8 +29,5 @@ func main() {
|
|||||||
}
|
}
|
||||||
log.Println("All relative URLs for READMEs are valid")
|
log.Println("All relative URLs for READMEs are valid")
|
||||||
|
|
||||||
log.Printf(
|
log.Printf("Processed all READMEs in the %q directory\n", rootRegistryPath)
|
||||||
"Processed all READMEs in the %q directory\n",
|
|
||||||
rootRegistryPath,
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user