Skip to content

Commit 9b791b4

Browse files
committed
cli/config: Load: remove outdated FIXME
This FIXME was added in 2013 in moby/moby@c72ff31 and it's both unclear which "internal golang config parser" is referred to here. Given that 10 Years have passed, this will unlikely happen, and doesn't warrant a FIXME here. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent bc3f905 commit 9b791b4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cli/config/config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ func LoadFromReader(configData io.Reader) (*configfile.ConfigFile, error) {
9696

9797
// Load reads the configuration files in the given directory, and sets up
9898
// the auth config information and returns values.
99-
// FIXME: use the internal golang config parser
10099
func Load(configDir string) (*configfile.ConfigFile, error) {
101100
cfg, _, err := load(configDir)
102101
return cfg, err

0 commit comments

Comments
 (0)