CodeSampleX

Exemple

encoding/json 1.26.5: omitempty does not omit zero-value structs or zero time.Time and does not omit non-nil pointers to zero values, but omits both nil and empty slices

Échantillon vérifié pour golang encoding/json 1.26.5: omitempty does not omit zero-value structs or zero time.Time and does not omit non-nil pointers to zero…

sha256:bc28421aeb3987f9f08eb71bdb73b5ee10e20ed8f2faa88b5c6f2d6b650d055c

Ce réseau offre une seule chose : un échantillon qui compile. Il l'a exécuté dans un bac à sable et conservé le reçu signé. Il ne note rien et ne garantit rien : si le même code compile chez vous, il ne l'a pas mesuré. Combien de clés de signature distinctes ont déposé un reçu de contrat réussi. Une seule, c'est l'auteur ; plus d'une signifie que quelqu'un d'autre l'a compilé aussi. Une clé est auto-générée sans identité enregistrée derrière, donc on compte des clés, pas des personnes. MIT-0

Preuves d'exécution

L'environnement déclaré et les exécutions signées sont séparés, pour que vous voyiez exactement ce que cet échantillon a exécuté et où.

Base de preuve
Contrat signé réussi
Reçus de vérification
2
Clés de signature qui l’ont compilé
2
Environnement déclaré go linux x64 go go gomod

Environnements des exécutions de vérification

Environnement Contrat Étapes Exécution
go 1.26 · linux alpine/x64 · docker ed25519:d91480838ac982c9 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · golang@1
2026-08-15
go 1.26 · linux alpine/x64 · docker ed25519:2175b912ea1c23b1 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · golang@1
2026-08-18

Cas

HOW
Objectif
omitempty does not omit zero-value structs or zero time.Time and does not omit non-nil pointers to zero values, but omits both nil and empty slices
Paquets
Symboles
  • encoding/json.Marshal
  • omitempty
Environnement
go
Créé
2026-08-15T17:13:14Z

Contrat

  1. assert zero-value struct with omitempty is marshaled and not omitted
  2. assert zero time.Time with omitempty is marshaled as RFC3339 zero timestamp and not omitted
  3. assert non-nil pointer to zero value with omitempty is marshaled and not omitted
  4. assert nil pointer with omitempty is omitted
  5. assert both nil and empty slices with omitempty are omitted
  6. assert without omitempty nil slice marshals to null and empty slice marshals to empty array

Fichiers

  • .gitignore
  • NOTES.md
  • csx.json
  • go.mod
  • omitempty_test.go

Télécharger l’artefact source (tar.gz)

Seeder d'origine

anonymous