diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-01-03 09:59:33 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-01-03 09:59:33 +0300 |
| commit | aeb2700d14c23c175376e2a5749295cd9a5d72c7 (patch) | |
| tree | e34a5860da644b2d4747e4091f23805a63ede180 /extra/twentyq.go | |
| parent | 6b875a2782e77afe6595b47d069a217fa2702eb1 (diff) | |
Refactor: building binary with no extra
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))] -} |
