From 3b4d10748804c14e56533bb0c7961bef676a375e Mon Sep 17 00:00:00 2001 From: "Thomas M. Edwards" Date: Mon, 6 Nov 2023 16:26:07 -0600 Subject: [PATCH] Update storyout.go --- storyout.go | 1 + 1 file changed, 1 insertion(+) diff --git a/storyout.go b/storyout.go index 1e56664..adb2b35 100644 --- a/storyout.go +++ b/storyout.go @@ -29,6 +29,7 @@ func (s *story) toJSON(startName string) []byte { } marshaled, err := json.MarshalIndent( + // TODO: Finish this. &storyJSON{ s.name, s.ifid,