Skip to content

Commit

Permalink
BE: Change name and colours to be allotted
Browse files Browse the repository at this point in the history
Signed-off-by: Uddeshya Singh <singhuddeshyaofficial@gmail.com>
  • Loading branch information
uds5501 committed Feb 17, 2021
1 parent 5b282a4 commit da9109b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (
)

var (
names = []string{"Racoon", "Panda", "Giraffe", "Stridebreaker", "Sherlock", "Echo", "Ponzi", "Shaco", "Blitzcrank", "Mozerella", "Godzilla", "Zombie", "Karen", "Kyle", "Mitro"}
colours = []string{"Chocolate", "Coral", "Brown", "Black", "Blue", "Cyan", "DarkKhaki", "DeepPink", "ForestGreen", "GreenYellow", "Indigo", "OliveDrab", "Yellow", "Orange", "Red" }
names = []string{"Racoon", "Panda", "Giraffe", "Stridebreaker", "Sherlock", "Echo", "Ponzi", "Shaco", "Blitzcrank", "Mozerella", "Godzilla", "Zombie", "Karen", "Kyle", "Mitro", "Aplha", "Bravo", "Greenday", "SteamRoller", "Trickster", "Crackhead", "Sniper"}
colours = []string{"Chocolate", "Coral", "Brown", "Cyan", "DarkKhaki", "DeepPink", "ForestGreen", "GreenYellow", "OliveDrab", "Yellow", "Orange", "Red" }
letterRunes = []rune("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ")
)
type Utils struct {
Expand Down

0 comments on commit da9109b

Please sign in to comment.