Documentation ¶
Overview ¶
Package web 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 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 }
URL is the historical URL of the releaser website.
Click to show internal directories.
Click to hide internal directories.