README ¶ linkparser Html parser which reads all the links in html and spits out xml with all the link present. Inspired by calhoun Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type Link func Parse(r io.Reader) ([]Link, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Link ¶ type Link struct { Href string Text string } func Parse ¶ func Parse(r io.Reader) ([]Link, error) Source Files ¶ View all Source files parse.go Directories ¶ Show internal Expand all Path Synopsis examples ex1 Click to show internal directories. Click to hide internal directories.