Skip to content

Commit 6105d2a

Browse files
mromaszewiczclaude
andcommitted
chore: revert cosmetic changes to deepobject.go
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b0020c1 commit 6105d2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deepobject.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ func (f *fieldOrValue) appendPathValue(path []string, value string) {
111111
}
112112

113113
func makeFieldOrValue(paths [][]string, values []string) fieldOrValue {
114+
114115
f := fieldOrValue{
115116
fields: make(map[string]fieldOrValue),
116117
}
@@ -192,7 +193,7 @@ func fieldIndicesByJSONTag(i interface{}) (map[string]int, error) {
192193
}
193194

194195
func assignPathValues(dst interface{}, pathValues fieldOrValue) error {
195-
// t := reflect.TypeOf(dst)
196+
//t := reflect.TypeOf(dst)
196197
v := reflect.ValueOf(dst)
197198

198199
iv := reflect.Indirect(v)

0 commit comments

Comments
 (0)