kinda working json unmarshal

This commit is contained in:
2023-02-09 19:57:31 +11:00
parent 7dbde1a9c9
commit fcbe5ca69a
11 changed files with 1898 additions and 0 deletions

9
go.mod Normal file
View File

@@ -0,0 +1,9 @@
module json2excel
go 1.19
require github.com/iancoleman/orderedmap v0.2.0
//require internal/ordered v1.0.0
//replace internal/ordered => ./internal/ordered