Init skele

This commit is contained in:
VetheonGames 2024-03-27 01:37:28 -06:00
parent 25e08cae2a
commit 37e96b5005
12 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -35,3 +35,4 @@ go.work
# Built Visual Studio Code Extensions
*.vsix
BackGo.code-workspace

0
cmd/config.go Normal file
View File

0
cmd/root.go Normal file
View File

0
config/config.go Normal file
View File

0
config/default.go Normal file
View File

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module BackGo
go 1.22.0

0
main.go Normal file
View File

0
pkg/backup/interface.go Normal file
View File

0
pkg/backup/s3.go Normal file
View File

0
pkg/backup/smb.go Normal file
View File

0
pkg/logger/logger.go Normal file
View File

0
pkg/utils/utils.go Normal file
View File