README ¶ go-tld Minimalistic library for keeping up to date with TLD checks. Installation go get github.com/lawzava/go-tld Usage package main import "github.com/lawzava/go-tld" func main() { tld.IsValid("com") // true tld.IsValid("xir") // false } Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func IsValid(tld string) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func IsValid ¶ func IsValid(tld string) bool IsValid checks whether the supplied request is valid tld. Types ¶ This section is empty. Source Files ¶ View all Source files check.golist.go Click to show internal directories. Click to hide internal directories.