Compare commits

..

No commits in common. "07bb549d44b35bbeb4fef95dc2aa841697fe0046" and "693d6547644f1ba454d7494f03b95016c417a751" have entirely different histories.

View File

@ -61,7 +61,7 @@ var (
fName string = "jobs.json"
)
func scrapeJobs() {
func main() {
file, err := os.Create(fName)
if err != nil {
@ -145,7 +145,3 @@ func scrapeJobs() {
c.Visit(searchString)
}
func main() {
scrapeJobs()
}