We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f6c05 commit dd87f08Copy full SHA for dd87f08
pkg/config/config.go
@@ -96,7 +96,6 @@ func withDirPath(path string) ReadConfigOpt {
96
}
97
98
// WithDirPath returns a ReadConfigOpt that sets the config directory path.
99
-// Used by tests that need to resolve relative file paths.
100
func WithDirPath(path string) ReadConfigOpt {
101
return withDirPath(path)
102
0 commit comments