Compare commits
No commits in common. "07bb549d44b35bbeb4fef95dc2aa841697fe0046" and "693d6547644f1ba454d7494f03b95016c417a751" have entirely different histories.
07bb549d44
...
693d654764
@ -61,7 +61,7 @@ var (
|
|||||||
fName string = "jobs.json"
|
fName string = "jobs.json"
|
||||||
)
|
)
|
||||||
|
|
||||||
func scrapeJobs() {
|
func main() {
|
||||||
|
|
||||||
file, err := os.Create(fName)
|
file, err := os.Create(fName)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@ -145,7 +145,3 @@ func scrapeJobs() {
|
|||||||
c.Visit(searchString)
|
c.Visit(searchString)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
|
||||||
scrapeJobs()
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user