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,