From 81dcb87b2158f625ca10a20df5a93a42bbcaf26b Mon Sep 17 00:00:00 2001 From: Charlie Stanton Date: Sun, 24 Mar 2024 19:18:58 +0000 Subject: Implements helper function navigateTo in json/write.go --- walk/walk.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'walk/walk.go') diff --git a/walk/walk.go b/walk/walk.go index 289d9ee..fc9e9de 100644 --- a/walk/walk.go +++ b/walk/walk.go @@ -5,6 +5,8 @@ import ( "strings" ) +type PathSegment interface {} + type Value interface { value() Debug() string -- cgit v1.2.3