Skip to content

Commit f33d221

Browse files
committed
v 0.0.2.1 - Refactoring
Signed-off-by: Rahul Thomas <thomas.rah@husky.neu.edu>
1 parent bb4367f commit f33d221

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

octopus/modelfactory.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const (
1010
func New(opt CrawlOptions) *webOctopus {
1111
oct := &webOctopus{
1212
CrawlOptions: opt,
13-
visited: nil,
13+
visited: make(map[Node]bool),
1414
}
1515
oct.setup()
1616
return oct

0 commit comments

Comments
 (0)