lockbox

password manager
Log | Files | Refs | README | LICENSE

commit 772d314ed11a786242b5f4acff88268c87808a7b
parent afcb399d0e3d33abefd2c11b251522e8adb19e03
Author: Sean Enck <sean@ttypty.com>
Date:   Sat, 16 Jul 2022 10:01:08 -0400

restructure

Diffstat:
Rinternal/colors.go -> internal/colors/colors.go | 0
Rinternal/encrypt.go -> internal/encrypt/encrypt.go | 0
Rinternal/encrypt_test.go -> internal/encrypt/encrypt_test.go | 0
Rinternal/hooks.go -> internal/hooks/hooks.go | 0
Rinternal/inputs.go -> internal/inputs/inputs.go | 0
Rinternal/store.go -> internal/store/store.go | 0
6 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/internal/colors.go b/internal/colors/colors.go diff --git a/internal/encrypt.go b/internal/encrypt/encrypt.go diff --git a/internal/encrypt_test.go b/internal/encrypt/encrypt_test.go diff --git a/internal/hooks.go b/internal/hooks/hooks.go diff --git a/internal/inputs.go b/internal/inputs/inputs.go diff --git a/internal/store.go b/internal/store/store.go