reference basis
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 github.com/whyrusleeping/cbor-gen | ||
go 1.12 | ||
require ( | ||
github.com/google/go-cmp v0.4.0 | ||
github.com/ipfs/go-cid v0.0.6 | ||
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
validate_test.go
0 → 100644
This diff is collapsed.
writefile.go
0 → 100644
This diff is collapsed.
Please register or sign in to comment