lockbox

password manager
Log | Files | Refs | README | LICENSE

commit b256a66a14f9a095afa3572e43a66054ebcea781
parent f13c3fbd8f508cab1db47f45bdbffdf74882dbc2
Author: Sean Enck <sean@ttypty.com>
Date:   Sat,  1 Apr 2023 13:09:20 -0400

deprecated

Diffstat:
Minternal/backend/types.go | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/internal/backend/types.go b/internal/backend/types.go @@ -103,8 +103,6 @@ const ( pathSep = "/" isGlob = pathSep + "*" modTimeKey = "ModTime" - // ModTimeField is the field for modification time - ModTimeField = "modtime:" ) var errPath = errors.New("input paths must contain at LEAST 2 components")