 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package site proves links and titles for recommended websites.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Groups ¶
Groups is a map of releasers URIs mapped to their websites.
func Websites ¶ added in v1.6.4
func Websites() Groups
Websites returns a map of releasers URIs mapped to their websites.
- URL should be the absolute URL of the website including the required protocol. But non-working sites should exclude the protocol, e.g. www.example.com.
- Name should be the name of the website.
- NotWorking will not apply a hyperlink to the URL.
type Website ¶
type Website struct {
	// URL of the website, not working sites should exclude the protocol, e.g. www.example.com.
	// While working sites MUST include the protocol, e.g. https://www.example.com.
	URL string
	// Name of the website.
	Name string
	// NotWorking will not apply a hyperlink to the URL.
	NotWorking bool
}
    Website is the historical URL of the releaser website.
 Click to show internal directories. 
   Click to hide internal directories.