From 4700f5479808a1f55cad56a971b68af7b4df3616 Mon Sep 17 00:00:00 2001 From: TwiN Date: Tue, 11 Jan 2022 20:11:25 -0500 Subject: [PATCH] docs: Remove outdated comment --- storage/config.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/storage/config.go b/storage/config.go index 19c4d385..83ec4b81 100644 --- a/storage/config.go +++ b/storage/config.go @@ -16,8 +16,6 @@ type Config struct { // Path is the path used by the store to achieve persistence // If blank, persistence is disabled. // Note that not all Type support persistence - // - // XXX: Rename to path for v4.0.0 Path string `yaml:"path"` // File is the path of the file to use for persistence