From 0ff00d27b2fd524c76fcfac1836b7aad8fe03069 Mon Sep 17 00:00:00 2001 From: Ryo Nihei Date: Mon, 9 May 2022 20:41:54 +0900 Subject: Change the suffix of a description file from -description.json to -report.json --- spec/description.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/description.go') diff --git a/spec/description.go b/spec/description.go index e82c509..4102455 100644 --- a/spec/description.go +++ b/spec/description.go @@ -65,7 +65,7 @@ type State struct { RRConflict []*RRConflict `json:"rr_conflict"` } -type Description struct { +type Report struct { Class string `json:"class"` Terminals []*Terminal `json:"terminals"` NonTerminals []*NonTerminal `json:"non_terminals"` -- cgit v1.2.3