Documentation ¶ Index ¶ func WalkUp(dir, name string) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func WalkUp ¶ func WalkUp(dir, name string) (string, error) WalkUp traverses up directory tree from dir until it finds an ancestor file named name. Checks the current directory first and then iteratively checks parent directories. Types ¶ This section is empty. Source Files ¶ View all Source files paths.go Click to show internal directories. Click to hide internal directories.