diff --git a/kozma.go b/kozma.go index d5a980b..df3d1b2 100644 --- a/kozma.go +++ b/kozma.go @@ -5,6 +5,8 @@ import ( "strings" ) +const Name = "Козьма Прутков" + func All() []string { return quotes } func Say() string { return choose(quotes) }