first commit

This commit is contained in:
Matthieu 'JP' DERASSE 2022-11-21 17:40:07 +00:00
commit 27cedaf857
Signed by: mderasse
GPG Key ID: 55141C777B16A705
6 changed files with 13 additions and 0 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module git.home.m-and-m.ovh/mderasse/common
go 1.18

2
log/README.md Normal file
View File

@ -0,0 +1,2 @@
# Log Common
Code that allow to configure easily a logger system

2
resp/README.md Normal file
View File

@ -0,0 +1,2 @@
# Resp Common
Resp for Response is a extended error management system

2
server/README.md Normal file
View File

@ -0,0 +1,2 @@
# Server Common
Contain code that help launching any kind of server

2
vault/README.md Normal file
View File

@ -0,0 +1,2 @@
# Vault Common
Contain code that allow to interact with an Hashicorp Vault

2
webserver/README.md Normal file
View File

@ -0,0 +1,2 @@
# Webserver Common
Contain code that allow to launch a webserver