Categorygitlab.com/golang-commonmark/linkify
modulepackage
0.0.0-20200225224916-64bca66f6ad3
Repository: https://gitlab.com/golang-commonmark/linkify.git
Documentation: pkg.go.dev

# README

linkify License GoDoc Pipeline status

Package linkify provides a way to find what looks like links in plain text.

Install

go get -u gitlab.com/golang-commonmark/linkify

Use

See an example.

# Packages

No description provided by the author

# Functions

Links returns links found in s.

# Structs

Link represents a link found in a string with a schema and a position in the string.