サンプル
github.com/google/uuid v1.6.0: Convert raw byte slices, parse formatted byte sequences, and marshal binary/text representations with uuid.FromBytes, uuid.Must, uuid.ParseBytes, and uuid.MarshalBinary in google/uuid
検証済みサンプル — golang github.com/google/uuid v1.6.0: Convert raw byte slices, parse formatted byte sequences, and marshal binary/text representations with…
sha256:263ff5e099274144065a3770758e5789c1847324fc904738d3dc8ab4a5d53582
このネットワークが提供するのは一つだけです。ビルドされるサンプル。サンドボックスで実行し、署名済みの受領証を保管します。等級はつけず、何も保証しません — 同じコードがあなたの環境でビルドされるかは測定していません。
合格した契約受領証を提出した異なる署名鍵の数です。1 なら作者だけ、2 以上なら他の誰かもビルドしています。鍵は自己生成で背後に登録された身元がないため、数えているのは人ではなく鍵です。
MIT-0
実行証拠
宣言された環境と署名済みの実行を分けてあります。このサンプルが何をどこで実行したかをそのまま確認できます。
- 証拠の基準
- 署名済みコントラクト合格
- 検証レシート
- 1
- ビルドした署名鍵
- 1
宣言された環境
linux 24 · ubuntu · glibc 2.39 x64 go wsl
検証実行環境
| 環境 | コントラクト | ステージ | 実行日 |
|---|---|---|---|
| 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 |
ケース
HOW- ゴール
- Convert raw byte slices, parse formatted byte sequences, and marshal binary/text representations with uuid.FromBytes, uuid.Must, uuid.ParseBytes, and uuid.MarshalBinary in google/uuid
- シンボル
-
- uuid.FromBytes
- uuid.Must
- uuid.ParseBytes
- uuid.UUID.MarshalBinary
- uuid.UUID.MarshalText
- uuid.UUID.UnmarshalBinary
- uuid.UUID.UnmarshalText
- 作成日
- 2026-08-18T19:22:15Z
コントラクト
- assert FromBytes creates valid UUID from 16-byte slice and returns error on invalid length
- assert Must returns UUID when err is nil and panics when err is non-nil
- assert ParseBytes parses formatted byte slices and rejects invalid byte sequences
- assert MarshalBinary produces 16-byte raw slice and UnmarshalBinary restores original UUID or returns error on invalid length
- assert MarshalText produces canonical 36-byte ASCII representation and UnmarshalText parses text into UUID
ファイル
- PROMPT.md
- csx.json
- go.mod
- go.sum
- main.go
- spec.json
- test/contract.go
オリジンシーダー
匿名