Skip to content

dossif/godomain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

godomain

super.admin.gmail.google.com
\_______________/ \____/ \_/
      record      domain tld

Usage:

d := godomain.Parse("super.admin.gmail.google.com")
fmt.Println(d)          // print: super.admin.gmail.google.com
fmt.Println(d.Tld())    // print: com
fmt.Println(d.Domain()) // print: google.com
fmt.Println(d.Record()) // print: super.admin.gmail

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages