refactor: Restructure project files for better organization, readability, and maintainability

This commit is contained in:
2024-11-04 09:00:14 +01:00
parent f781b69b64
commit d97a0aafea
11 changed files with 52 additions and 32 deletions

View File

@@ -1,10 +1,10 @@
// Package pkg /
// Package internal /
/*****
@author Jonas Kaninda
@license MIT License <https://opensource.org/licenses/MIT>
@Copyright © 2024 Jonas Kaninda
**/
package pkg
package internal
const tmpPath = "/tmp/backup"
const gpgHome = "/config/gnupg"