Skip to content

Commit

Permalink
consistant
Browse files Browse the repository at this point in the history
  • Loading branch information
alaingilbert committed Aug 21, 2022
1 parent 0db8a7a commit 5f81582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/parser/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Page struct {
content []byte
}

func (p Page) GetContent() []byte { return p.content }
func (p *Page) GetContent() []byte { return p.content }

func (p *Page) GetDoc() *goquery.Document {
if p.doc == nil {
Expand Down

0 comments on commit 5f81582

Please sign in to comment.