package
0.0.0-20200728072724-dbd1d1774f98
Repository: https://github.com/dikeert/linkman.git
Documentation: pkg.go.dev
# Functions
GetSource calculates Source value for provided url.Source value is second (or third level) domain name.For example:| link | source || ---- | ------ || youtube.com | youtube || stackoverflow.com | stackoverflow || domain.co.uk | domain |.
ParseURL parses provided rawurl string into actual URL object.