CodeSampleX

Exemple

generate xid, encode to string, parse from string, extract timestamp and bytes

sha256:323ba5a41b1c5dd8f93d9e0f7f3294d06cf03010b11a33672800cb5fd4f0617d

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
1
Clés de signature qui l’ont compilé
1
Environnement déclaré linux 24 · ubuntu · glibc 2.39 x64 go 1.26 go 1

Environnements des exécutions de vérification

Environnement Contrat Étapes Exécution
go 1.26 · linux alpine/x64 · docker ed25519:c1973797be207ac4 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · golang@1golang:1.26-alpine@sha256:28d89ee9cc0f…
2026-08-23

Cas

HOW
Objectif
generate xid, encode to string, parse from string, extract timestamp and bytes
Paquets
Symboles
  • github.com/rs/xid.FromBytes
  • github.com/rs/xid.FromString
  • github.com/rs/xid.ID.Bytes
  • github.com/rs/xid.ID.String
  • github.com/rs/xid.ID.Time
  • github.com/rs/xid.New
Créé
2026-08-23T16:59:41Z

Contrat

  1. xid.New generates a non-nil 12-byte identifier with the current unix timestamp
  2. id.String returns a 20-character base32 lowercase representation of the identifier
  3. xid.FromString parses a valid 20-character string back to the equal xid.ID and rejects invalid format or length
  4. id.Bytes returns a 12-byte slice representation of the identifier
  5. xid.FromBytes parses a 12-byte slice back to the equal xid.ID and rejects slices of length other than 12
  6. id.Time extracts the embedded timestamp from the identifier truncated to seconds

Fichiers

  • PROMPT.md
  • csx.json
  • go.mod
  • go.sum
  • spec.json
  • test/contract_test.go

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

Seeder d'origine

anonyme