debian-forge-composer/vendor/github.com/vmware/govmomi/vim25/json
Achilleas Koutsou bec893e37c go.mod: update github.com/vmware/govmomi to v0.48.0
Needs manual change of import paths.
2025-02-01 18:14:18 +01:00
..
decode.go build(deps): bump the go-deps group with 6 updates 2023-09-26 13:05:54 +02:00
discriminator.go go.mod: update github.com/vmware/govmomi to v0.48.0 2025-02-01 18:14:18 +01:00
encode.go build(deps): bump the go-deps group with 6 updates 2023-09-26 13:05:54 +02:00
fold.go build(deps): bump the go-deps group with 6 updates 2023-09-26 13:05:54 +02:00
fuzz.go build(deps): bump the go-deps group with 6 updates 2023-09-26 13:05:54 +02:00
indent.go build(deps): bump the go-deps group with 6 updates 2023-09-26 13:05:54 +02:00
LICENSE build(deps): bump the go-deps group with 6 updates 2023-09-26 13:05:54 +02:00
README.md build(deps): bump the go-deps group with 6 updates 2023-09-26 13:05:54 +02:00
scanner.go build(deps): bump the go-deps group with 6 updates 2023-09-26 13:05:54 +02:00
stream.go build(deps): bump the go-deps group with 6 updates 2023-09-26 13:05:54 +02:00
tables.go build(deps): bump the go-deps group with 6 updates 2023-09-26 13:05:54 +02:00
tags.go build(deps): bump the go-deps group with 6 updates 2023-09-26 13:05:54 +02:00

JSON with Discriminators

The source code in this directory was copied from Go 1.17.13's encoding/json package in order to add support for JSON discriminators. Please use the following command to review the diff:

C1="$(git log --pretty=format:'%h' --no-patch --grep='Vendor Go 1.17.13 encoding/json')" && \
C2="$(git log --pretty=format:'%h' --no-patch --grep='JSON Encoding w Discriminator Support')" && \
git diff "${C1}".."${C2}"