Merge branch 'port-2021-08-24'
Showing
LICENSE
0 → 100644
Makefile
0 → 100644
cbor_cid.go
0 → 100644
gen.go
0 → 100644
This diff is collapsed.
go.mod
0 → 100644
module gitlab.dms3.io/dms3/cbor-gen | ||
go 1.15 | ||
require ( | ||
github.com/google/go-cmp v0.4.0 | ||
gitlab.dms3.io/dms3/go-cid v0.0.4 | ||
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 | ||
) |
go.sum
0 → 100644
package.go
0 → 100644
peeker.go
0 → 100644
peeker_test.go
0 → 100644
testgen/main.go
0 → 100644
testing/bench_test.go
0 → 100644
testing/cbor_gen.go
0 → 100644
This diff is collapsed.
testing/cbor_map_gen.go
0 → 100644
This diff is collapsed.
testing/roundtrip_test.go
0 → 100644
testing/types.go
0 → 100644
utils.go
0 → 100644
This diff is collapsed.
utils_test.go
0 → 100644
validate.go
0 → 100644
This diff is collapsed.
validate_test.go
0 → 100644
writefile.go
0 → 100644
This diff is collapsed.
Please register or sign in to comment