Documentation Updates
Pre-release
Pre-release
- Mostly documentation updates.
- Attempt to move documentation from
README.MD
files intodoc.go
files where possible
so that plain oldgodoc
won't miss too much. - Replace
scripts/flash-bench
withscripts/comp
. - Change guts of
infra.EmptyAttr
for speed. - Remove deprecated functions.
- Change
json.Parse
to take byte arrays and return errors. - Add
json.Expect
which takes strings and returns errors within the resultingmap[string]any
.