Remove blank quotes tbh
Jes Olson j3s@c3f.net
Mon, 24 Jan 2022 06:07:37 -0600
1 files changed,
0 insertions(+),
5 deletions(-)
jump to
M
quote/quote.go
→
quote/quote.go
@@ -26,11 +26,6 @@ quoteCollection = append(quoteCollection, "All human activities are equivalent. All are on principle doomed to failure.")
quoteCollection = append(quoteCollection, "Time is too large. It can’t be filled up. Everything you plunge into it is stretched and disintegrates.") quoteCollection = append(quoteCollection, "All the labor of all the ages, all the devotion, all the inspiration, all the noonday brightness of human genius are destined to extinction.") quoteCollection = append(quoteCollection, "And yet sometimes we become the person we most dread. Or maybe we dread most the person we know we are to become.") - quoteCollection = append(quoteCollection, "") - quoteCollection = append(quoteCollection, "") - quoteCollection = append(quoteCollection, "") - quoteCollection = append(quoteCollection, "") - quoteCollection = append(quoteCollection, "") } func GetRandomQuote() string {