sigutils

package module
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2020 License: MIT Imports: 4 Imported by: 4

README

sigutils

Maintenance open issues closed issues License Author

Installation

sigutils requires go1.14+ to install successfully. Run the following command to get this repository

$ go get github.com/drsigned-os/sigutils

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HasStdin

func HasStdin() bool

HasStdin is a

Types

type URL added in v1.2.0

type URL struct {
	*url.URL
	TLD, ETLDPlus1, DomainName, BaseDomainName, SubDomainName, Port string
}

URL embeds net/url and adds extra fields ontop

func ParseURL added in v1.2.1

func ParseURL(rawURL string) (*URL, error)

ParseURL mirrors net/url.Parse except instead it returns a tld.URL, which contains extra fields.

Jump to

Keyboard shortcuts

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