Update storyout.go

This commit is contained in:
Thomas M. Edwards 2023-11-06 16:26:07 -06:00 committed by GitHub
parent 7fb1289b03
commit 3b4d107488
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,7 @@ func (s *story) toJSON(startName string) []byte {
} }
marshaled, err := json.MarshalIndent( marshaled, err := json.MarshalIndent(
// TODO: Finish this.
&storyJSON{ &storyJSON{
s.name, s.name,
s.ifid, s.ifid,