Documentation ¶ Overview ¶ Package path provides functionality for walking through an object using a path in search of specific values. Index ¶ func Walk(object any, path string, callback func(string) bool) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Walk ¶ func Walk(object any, path string, callback func(string) bool) bool Walk traverses through the given object to find strings located by the given path. Each located string is passed to the given callback function. If the callback function ever returns true, then traversal stops immediately. Types ¶ This section is empty. Source Files ¶ View all Source files split.gowalk.go Click to show internal directories. Click to hide internal directories.