@comment $NetBSD$
bin/easyjson
gopkg/pkg/${GO_PLATFORM}/github.com/mailru/easyjson.a
gopkg/pkg/${GO_PLATFORM}/github.com/mailru/easyjson/benchmark.a
gopkg/pkg/${GO_PLATFORM}/github.com/mailru/easyjson/bootstrap.a
gopkg/pkg/${GO_PLATFORM}/github.com/mailru/easyjson/buffer.a
gopkg/pkg/${GO_PLATFORM}/github.com/mailru/easyjson/gen.a
gopkg/pkg/${GO_PLATFORM}/github.com/mailru/easyjson/jlexer.a
gopkg/pkg/${GO_PLATFORM}/github.com/mailru/easyjson/jwriter.a
gopkg/pkg/${GO_PLATFORM}/github.com/mailru/easyjson/opt.a
gopkg/pkg/${GO_PLATFORM}/github.com/mailru/easyjson/parser.a
gopkg/pkg/${GO_PLATFORM}/github.com/mailru/easyjson/tests.a
gopkg/src/github.com/mailru/easyjson/LICENSE
gopkg/src/github.com/mailru/easyjson/Makefile
gopkg/src/github.com/mailru/easyjson/README.md
gopkg/src/github.com/mailru/easyjson/benchmark/Makefile
gopkg/src/github.com/mailru/easyjson/benchmark/codec_test.go
gopkg/src/github.com/mailru/easyjson/benchmark/data.go
gopkg/src/github.com/mailru/easyjson/benchmark/data_codec.go
gopkg/src/github.com/mailru/easyjson/benchmark/data_ffjson.go
gopkg/src/github.com/mailru/easyjson/benchmark/data_var.go
gopkg/src/github.com/mailru/easyjson/benchmark/default_test.go
gopkg/src/github.com/mailru/easyjson/benchmark/dummy_test.go
gopkg/src/github.com/mailru/easyjson/benchmark/easyjson_test.go
gopkg/src/github.com/mailru/easyjson/benchmark/example.json
gopkg/src/github.com/mailru/easyjson/benchmark/ffjson_test.go
gopkg/src/github.com/mailru/easyjson/benchmark/go.mod
gopkg/src/github.com/mailru/easyjson/benchmark/go.sum
gopkg/src/github.com/mailru/easyjson/benchmark/jsoniter_test.go
gopkg/src/github.com/mailru/easyjson/benchmark/tools.go
gopkg/src/github.com/mailru/easyjson/benchmark/ujson.sh
gopkg/src/github.com/mailru/easyjson/bootstrap/bootstrap.go
gopkg/src/github.com/mailru/easyjson/buffer/pool.go
gopkg/src/github.com/mailru/easyjson/buffer/pool_test.go
gopkg/src/github.com/mailru/easyjson/easyjson/main.go
gopkg/src/github.com/mailru/easyjson/gen/decoder.go
gopkg/src/github.com/mailru/easyjson/gen/encoder.go
gopkg/src/github.com/mailru/easyjson/gen/generator.go
gopkg/src/github.com/mailru/easyjson/gen/generator_test.go
gopkg/src/github.com/mailru/easyjson/go.mod
gopkg/src/github.com/mailru/easyjson/go.sum
gopkg/src/github.com/mailru/easyjson/helpers.go
gopkg/src/github.com/mailru/easyjson/helpers_test.go
gopkg/src/github.com/mailru/easyjson/jlexer/bytestostr.go
gopkg/src/github.com/mailru/easyjson/jlexer/bytestostr_nounsafe.go
gopkg/src/github.com/mailru/easyjson/jlexer/error.go
gopkg/src/github.com/mailru/easyjson/jlexer/lexer.go
gopkg/src/github.com/mailru/easyjson/jlexer/lexer_test.go
gopkg/src/github.com/mailru/easyjson/jwriter/writer.go
gopkg/src/github.com/mailru/easyjson/opt/gotemplate_Bool.go
gopkg/src/github.com/mailru/easyjson/opt/gotemplate_Float32.go
gopkg/src/github.com/mailru/easyjson/opt/gotemplate_Float64.go
gopkg/src/github.com/mailru/easyjson/opt/gotemplate_Int.go
gopkg/src/github.com/mailru/easyjson/opt/gotemplate_Int16.go
gopkg/src/github.com/mailru/easyjson/opt/gotemplate_Int32.go
gopkg/src/github.com/mailru/easyjson/opt/gotemplate_Int64.go
gopkg/src/github.com/mailru/easyjson/opt/gotemplate_Int8.go
gopkg/src/github.com/mailru/easyjson/opt/gotemplate_String.go
gopkg/src/github.com/mailru/easyjson/opt/gotemplate_Uint.go
gopkg/src/github.com/mailru/easyjson/opt/gotemplate_Uint16.go
gopkg/src/github.com/mailru/easyjson/opt/gotemplate_Uint32.go
gopkg/src/github.com/mailru/easyjson/opt/gotemplate_Uint64.go
gopkg/src/github.com/mailru/easyjson/opt/gotemplate_Uint8.go
gopkg/src/github.com/mailru/easyjson/opt/optional/opt.go
gopkg/src/github.com/mailru/easyjson/opt/opts.go
gopkg/src/github.com/mailru/easyjson/parser/modulepath.go
gopkg/src/github.com/mailru/easyjson/parser/parser.go
gopkg/src/github.com/mailru/easyjson/parser/pkgpath.go
gopkg/src/github.com/mailru/easyjson/parser/pkgpath_test.go
gopkg/src/github.com/mailru/easyjson/parser/testdata/comments.go.mod
gopkg/src/github.com/mailru/easyjson/parser/testdata/comments_deps.go.mod
gopkg/src/github.com/mailru/easyjson/parser/testdata/default.go.mod
gopkg/src/github.com/mailru/easyjson/parser/testdata/missing_module.go.mod
gopkg/src/github.com/mailru/easyjson/raw.go
gopkg/src/github.com/mailru/easyjson/tests/basic_test.go
gopkg/src/github.com/mailru/easyjson/tests/custom_map_key_type.go
gopkg/src/github.com/mailru/easyjson/tests/data.go
gopkg/src/github.com/mailru/easyjson/tests/disallow_unknown.go
gopkg/src/github.com/mailru/easyjson/tests/embedded_type.go
gopkg/src/github.com/mailru/easyjson/tests/errors.go
gopkg/src/github.com/mailru/easyjson/tests/errors_test.go
gopkg/src/github.com/mailru/easyjson/tests/escaping.go
gopkg/src/github.com/mailru/easyjson/tests/escaping_test.go
gopkg/src/github.com/mailru/easyjson/tests/html.go
gopkg/src/github.com/mailru/easyjson/tests/html_test.go
gopkg/src/github.com/mailru/easyjson/tests/intern.go
gopkg/src/github.com/mailru/easyjson/tests/intern_test.go
gopkg/src/github.com/mailru/easyjson/tests/key_marshaler_map.go
gopkg/src/github.com/mailru/easyjson/tests/members_escaped.go
gopkg/src/github.com/mailru/easyjson/tests/members_escaping_test.go
gopkg/src/github.com/mailru/easyjson/tests/members_unescaped.go
gopkg/src/github.com/mailru/easyjson/tests/named_type.go
gopkg/src/github.com/mailru/easyjson/tests/nested_easy.go
gopkg/src/github.com/mailru/easyjson/tests/nested_marshaler.go
gopkg/src/github.com/mailru/easyjson/tests/nocopy.go
gopkg/src/github.com/mailru/easyjson/tests/nocopy_test.go
gopkg/src/github.com/mailru/easyjson/tests/nothing.go
gopkg/src/github.com/mailru/easyjson/tests/omitempty.go
gopkg/src/github.com/mailru/easyjson/tests/opt_test.go
gopkg/src/github.com/mailru/easyjson/tests/reference_to_pointer.go
gopkg/src/github.com/mailru/easyjson/tests/required_test.go
gopkg/src/github.com/mailru/easyjson/tests/snake.go
gopkg/src/github.com/mailru/easyjson/tests/type_declaration.go
gopkg/src/github.com/mailru/easyjson/tests/type_declaration_skip.go
gopkg/src/github.com/mailru/easyjson/tests/unknown_fields.go
gopkg/src/github.com/mailru/easyjson/tests/unknown_fields_test.go
gopkg/src/github.com/mailru/easyjson/unknown_fields.go
