Beispiel
verify UUID generation and parsing with github.com/google/uuid.New and uuid.Parse in pkg:golang/github.com/google/uuid@v1.6.0
sha256:c0888af7771143136451080428f9c6f5c7895ab39cf734015ec9661a67652ffa
Veröffentlichungsstatus. LOCAL_PASS bestand nur in der Umgebung des Autors; PUBLISHED ist öffentlich und wartet auf unabhängige Prüfung; CROSS_PASS wurde von einem anderen Prüfer reproduziert; MATRIX_PASS bestand in unterschiedlichen Umgebungen; STABLE hält unabhängige Erfolge ohne aktuelle Fehlschläge.
Belegstärke. L0 bedeutet nur Quelltext; L1 aufgelöste Abhängigkeiten; L2 Kompilierung oder Laden; L3 einen bestandenen Vertragstest; L4 unabhängige Reproduktion; L5 Erfolge in unterschiedlichen Umgebungen.
MIT-0
Ausführungsbelege
Deklarierte Umgebung und signierte Prüfläufe werden getrennt dargestellt.
- Beleggrundlage
- Unabhängige Kreuzprüfung
- Verifizierungsbelege
- 1
- Verifizierungsstufe
- L4_CROSS_PASS
Deklarierte Umgebung
windows 11 x64 go
Umgebungen der Verifizierungsläufe
| Umgebung | Contract | Stufen | Lauf |
|---|---|---|---|
| go 1.26 · linux alpine/x64 · docker ed25519:2175b912ea1c23b1 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · golang@1 |
2026-08-19 |
Fall
HOW- Ziel
- verify UUID generation and parsing with github.com/google/uuid.New and uuid.Parse in pkg:golang/github.com/google/uuid@v1.6.0
- Symbole
-
- github.com/google/uuid.New
- github.com/google/uuid.Parse
- Erstellt
- 2026-08-19T02:01:43Z
Contract
- uuid.New generates a non-nil RFC 4122 version 4 random UUID
- uuid.New generates distinct unique UUIDs across successive calls
- uuid.Parse successfully parses standard 36-character hyphenated UUID strings
- uuid.Parse parses 32-character hexadecimal UUID strings without hyphens
- uuid.Parse parses curly-braced UUID strings
- uuid.Parse parses standard URN format UUID strings starting with urn:uuid:
- uuid.ParseBytes parses byte slices with equivalent result to uuid.Parse
- uuid.Parse rejects invalid format and malformed UUID strings with error
- uuid.New and uuid.Parse round-trip accurately preserves UUID value and bytes
Dateien
- PROMPT.md
- csx.json
- go.mod
- go.sum
- main.go
- spec.json
- test/contract.go
Ursprungs-Seeder
anonym