- commit
- 3d26a22
- parent
- 96ff57e
- author
- Eric Bower
- date
- 2024-02-19 21:28:42 +0000 UTC
chore: fmt
2 files changed,
+7,
-7
+3,
-3
1@@ -62,9 +62,9 @@ const (
2
3 // menu text corresponding to menu choices. these are presented to the user.
4 var menuChoices = map[menuChoice]string{
5- keysChoice: "Manage keys",
6- tokensChoice: "Manage tokens",
7- exitChoice: "Exit",
8+ keysChoice: "Manage keys",
9+ tokensChoice: "Manage tokens",
10+ exitChoice: "Exit",
11 }
12
13 var (
+4,
-4
1@@ -67,10 +67,10 @@ const (
2
3 // menu text corresponding to menu choices. these are presented to the user.
4 var menuChoices = map[menuChoice]string{
5- keysChoice: "Manage keys",
6- tokensChoice: "Manage tokens",
7- postsChoice: "Manage posts",
8- exitChoice: "Exit",
9+ keysChoice: "Manage keys",
10+ tokensChoice: "Manage tokens",
11+ postsChoice: "Manage posts",
12+ exitChoice: "Exit",
13 }
14
15 var (