diff options
Diffstat (limited to 'extra/twentyq.go')
| -rw-r--r-- | extra/twentyq.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/twentyq.go b/extra/twentyq.go deleted file mode 100644 index 30c08cc..0000000 --- a/extra/twentyq.go +++ /dev/null @@ -1,11 +0,0 @@ -package extra - -import "math/rand" - -var ( - chars = []string{"Shrek", "Garfield", "Jack the Ripper"} -) - -func GetRandomChar() string { - return chars[rand.Intn(len(chars))] -} |
