initial work

This commit is contained in:
2023-12-29 13:11:55 +11:00
parent 772f30a251
commit b7094fd83d
4 changed files with 241 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module apitester
go 1.21.0
require github.com/iancoleman/orderedmap v0.3.0