Refactor folder structure
This commit is contained in:
parent
7e9a205d53
commit
c7cca02ca7
30 changed files with 610 additions and 933 deletions
57
pkg/quotes/quotes.go
Normal file
57
pkg/quotes/quotes.go
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
package quotes
|
||||
|
||||
// "Fun" messages that will be displayed in the footer
|
||||
var FunMsg = []string{
|
||||
"Web scraping is not a crime.",
|
||||
"Made in Sweden.",
|
||||
"🙃",
|
||||
"Hello.",
|
||||
"<3",
|
||||
"So many feeds, so little time.",
|
||||
"A feed in the hand is worth two in the bush.",
|
||||
"Death begets death begets death.",
|
||||
"I am Eo's dream.",
|
||||
"Freedom in an unjust system is no freedom at all.",
|
||||
"Omnis vir lupus.",
|
||||
"Shit escalates.",
|
||||
"Break the chains, my love.",
|
||||
"Sharpened by hate. Strengthened by love.",
|
||||
"Hic sunt leones.",
|
||||
"Keyboard not found. Press F1 to continue.",
|
||||
"The stars shine brighter when shared among comrades.",
|
||||
"Zzz... 🛌",
|
||||
"Generated in 0 ms.",
|
||||
"Open source, open heart.",
|
||||
"RSS is the new black.",
|
||||
"Unsubscribe.",
|
||||
"ChatGPT made 99% of this website :-)",
|
||||
"👁️👄👁️",
|
||||
"From each planet, to each star—equality in the cosmos.",
|
||||
"In the vastness of space, no one should own more than they can share.",
|
||||
"Workers of the universe, unite! The stars are our common heritage.",
|
||||
"Space is for all, not just the privileged few.",
|
||||
"From the red planet to the black hole, solidarity knows no borders.",
|
||||
"Astronauts of the world, unite for a cosmic revolution!",
|
||||
"Space is for everyone, not just the 1%.",
|
||||
"No class struggle in zero gravity.",
|
||||
"Only solidarity among the cosmic proletariat.",
|
||||
"The red glow of the stars reflects the spirit of collective effort.",
|
||||
"The final frontier is a shared frontier, where no one is left behind.",
|
||||
"Vote for a space utopia!",
|
||||
"From the Milky Way to Andromeda, the stars belong to the people.",
|
||||
"Space is for the workers, not the bosses.",
|
||||
"Let the fruits of progress be the common heritage of all.",
|
||||
"From the moon to the asteroid belt, the cosmos is for the common good.",
|
||||
"The stars do not discriminate; neither should we.",
|
||||
"In the vacuum of space, let equality fill the void.",
|
||||
"From Big Bang to the heat death of the universe, solidarity is eternal.",
|
||||
"In dark times, should the stars also go out?",
|
||||
"One day I will return to your side.",
|
||||
"Un Jour Je Serai de Retour Prés de Toi",
|
||||
"You should build Space Communism — precisely *because* it's impossible.",
|
||||
"She thinks you are an idiot, sire.",
|
||||
"The song of death is sweet and endless.",
|
||||
"Child-murdering billionaires still rule the world with a shit-eating grin.",
|
||||
"Eight billion people - and you failed every single one of them.",
|
||||
"You are the first crack. From you it will spread.",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue