~shockham/subsist

fdde3ff6 — shockham a month ago main
add .gitignore for coverage files
8df6f803 — shockham a year ago
add initial function to return schema as JSON
more reliable default extractValue test
rename g to schema to be clearer
improve test coverage
add coverage to test report
add initial data and errors field to the response
fmt
Update example server and add example to README
Add LICENCE
fix module path in go.mod
remove TODO
add some initial basic go doc comments
add support for subfields that return arrays
fmt
Initial simple array support with no subfields
Remove use of log in package and move to consumer returning an error
Use UUID for context special fields to avoid any collision
fmt
Add goroutines for field resolving
Next