f
This commit is contained in:
@@ -23,6 +23,7 @@ type rawBundle struct {
|
||||
AnnualReport map[string]interface{} `json:"annualReport"`
|
||||
TaxViolation map[string]interface{} `json:"taxViolation"`
|
||||
TaxArrears map[string]interface{} `json:"taxArrears"`
|
||||
CustomsCredit map[string]interface{} `json:"customsCredit"`
|
||||
}
|
||||
|
||||
func main() {
|
||||
@@ -57,6 +58,7 @@ func main() {
|
||||
b.AnnualReport,
|
||||
b.TaxViolation,
|
||||
b.TaxArrears,
|
||||
b.CustomsCredit,
|
||||
)
|
||||
|
||||
out, err := json.MarshalIndent(report, "", " ")
|
||||
|
||||
Reference in New Issue
Block a user