link

package module
v0.0.0-...-5ea3c0f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 30, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package link will parse and return any link from a given HTML document.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Link struct {
	Href string
	Text string
}

Link represents a link (<a href="..." /a>) in an HTML document.

func Parse

func Parse(r io.Reader) ([]Link, error)

Parse will take in an HTML document and will return a slice of links, parsed from it.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL