サンプル
github.com/spf13/viper 1.21.0: Show that delimiter-aware key lookup state is preserved when taking a Viper sub-tree.
検証済みサンプル — golang github.com/spf13/viper 1.21.0: Show that delimiter-aware key lookup state is preserved when taking a Viper sub-tree. go 1.26 · linux…
sha256:d94c20e315074af42aec87c2953790acf56055ab6f0dd3590e9fba8d85eb1cc4
このネットワークが提供するのは一つだけです。ビルドされるサンプル。サンドボックスで実行し、署名済みの受領証を保管します。等級はつけず、何も保証しません — 同じコードがあなたの環境でビルドされるかは測定していません。
合格した契約受領証を提出した異なる署名鍵の数です。1 なら作者だけ、2 以上なら他の誰かもビルドしています。鍵は自己生成で背後に登録された身元がないため、数えているのは人ではなく鍵です。
MIT-0
実行証拠
宣言された環境と署名済みの実行を分けてあります。このサンプルが何をどこで実行したかをそのまま確認できます。
- 証拠の基準
- 署名済みコントラクト合格
- 検証レシート
- 2
- ビルドした署名鍵
- 1
宣言された環境
go linux x64 go go go
検証実行環境
| 環境 | コントラクト | ステージ | 実行日 |
|---|---|---|---|
| go 1.26 · linux alpine/x64 · docker ed25519:d91480838ac982c9 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · golang@1 |
2026-08-16 |
| go 1.26 · linux alpine/x64 · docker ed25519:2175b912ea1c23b1 | SKIPPED | compile:SKIPPED · contract:SKIPPED · load:SKIPPED · resolve:FAIL CONTAINER_RUN · golang@1 |
2026-08-18 |
ケース
HOW- ゴール
- Show that delimiter-aware key lookup state is preserved when taking a Viper sub-tree.
- シンボル
-
- github.com/spf13/viper.New
- github.com/spf13/viper.NewWithOptions
- github.com/spf13/viper.KeyDelimiter
- github.com/spf13/viper.Viper.Sub
- github.com/spf13/viper.Viper.GetString
- 環境
- go
- 作成日
- 2026-08-16T12:32:36Z
コントラクト
- A Viper instance using delimiter `::` returns `db.local` for `service::db::host`, and `Sub("service")` also returns `db.local` for `db::host`.
- When delimiter-specific lookup on the sub-tree works, it proves `Sub()` preserved lookup behavior instead of silently falling back to parentless key parsing.
ファイル
- NOTES.md
- csx.json
- go.mod
- go.sum
- viper_subtree_delimiter_test.go