From d35c26ecc61103b4ba7d484acf76b6a969159518 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Mon, 7 Apr 2025 15:55:04 +0200 Subject: Start new play --- relay/session.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'relay/session.go') diff --git a/relay/session.go b/relay/session.go index 943c684..a2bc50e 100644 --- a/relay/session.go +++ b/relay/session.go @@ -16,7 +16,7 @@ var nouns = []string{ "crab", "cuckoo", "cymbal", "diplodocus", "donkey", } -func newSession() string { +func NewSession() string { noun := nouns[rand.Intn(len(nouns))] adjective := adjectives[rand.Intn(len(adjectives))] return noun + "-" + adjective -- cgit v1.2.3-18-g5258