From 2c802ba88c651973434e5aff6df4e647cebf5c16 Mon Sep 17 00:00:00 2001 From: Morgy93 Date: Thu, 17 Sep 2015 11:04:01 +0200 Subject: [PATCH 1/2] Added some adjectives Signed-off-by: Thomas Hauschild --- namesgenerator/names-generator.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/namesgenerator/names-generator.go b/namesgenerator/names-generator.go index 4ba0486..cdacd8a 100644 --- a/namesgenerator/names-generator.go +++ b/namesgenerator/names-generator.go @@ -11,9 +11,12 @@ var ( "admiring", "adoring", "agitated", + "amazing", "angry", + "awesome", "backstabbing", "berserk", + "big", "boring", "clever", "cocky", @@ -32,6 +35,7 @@ var ( "fervent", "focused", "furious", + "gigantic", "gloomy", "goofy", "grave", @@ -59,11 +63,13 @@ var ( "sick", "silly", "sleepy", + "small", "stoic", "stupefied", "suspicious", "tender", "thirsty", + "tiny", "trusting", } From c8becca3e4b0fcc352fa0062142c3babeb972174 Mon Sep 17 00:00:00 2001 From: Morgy93 Date: Thu, 17 Sep 2015 11:27:13 +0200 Subject: [PATCH 2/2] Added some names Signed-off-by: Thomas Hauschild --- namesgenerator/names-generator.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/namesgenerator/names-generator.go b/namesgenerator/names-generator.go index cdacd8a..9d70741 100644 --- a/namesgenerator/names-generator.go +++ b/namesgenerator/names-generator.go @@ -202,6 +202,9 @@ var ( // Galileo was a founding father of modern astronomy, and faced politics and obscurantism to establish scientific truth. https://en.wikipedia.org/wiki/Galileo_Galilei "galileo", + // William Henry "Bill" Gates III is an American business magnate, philanthropist, investor, computer programmer, and inventor. https://en.wikipedia.org/wiki/Bill_Gates + "gates", + // Adele Goldberg, was one of the designers and developers of the Smalltalk language. https://en.wikipedia.org/wiki/Adele_Goldberg_(computer_scientist) "goldberg", @@ -370,6 +373,9 @@ var ( // Srinivasa Ramanujan - Indian mathematician and autodidact who made extraordinary contributions to mathematical analysis, number theory, infinite series, and continued fractions. - https://en.wikipedia.org/wiki/Srinivasa_Ramanujan "ramanujan", + // Sally Kristen Ride was an American physicist and astronaut. She was the first American woman in space, and the youngest American astronaut. https://en.wikipedia.org/wiki/Sally_Ride + "ride", + // Dennis Ritchie - co-creator of UNIX and the C programming language. - https://en.wikipedia.org/wiki/Dennis_Ritchie "ritchie",