From f120b07969e3385609e767d1fc60375ceb98e465 Mon Sep 17 00:00:00 2001 From: Chase Pierce Date: Mon, 1 Jul 2024 10:51:33 -0600 Subject: [PATCH] add necessary whitespace --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 89d197d..4b258f0 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ import ( type MyCookies struct { Debug bool `cookie:"DEBUG"` } + ... var cookies Cookies