commit 27cedaf857682654a39c1211ec5edd27bc713e3a Author: Matthieu 'JP' DERASSE Date: Mon Nov 21 17:40:07 2022 +0000 first commit diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..8654108 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module git.home.m-and-m.ovh/mderasse/common + +go 1.18 diff --git a/log/README.md b/log/README.md new file mode 100644 index 0000000..8218931 --- /dev/null +++ b/log/README.md @@ -0,0 +1,2 @@ +# Log Common +Code that allow to configure easily a logger system \ No newline at end of file diff --git a/resp/README.md b/resp/README.md new file mode 100644 index 0000000..7edd675 --- /dev/null +++ b/resp/README.md @@ -0,0 +1,2 @@ +# Resp Common +Resp for Response is a extended error management system \ No newline at end of file diff --git a/server/README.md b/server/README.md new file mode 100644 index 0000000..1ffd50d --- /dev/null +++ b/server/README.md @@ -0,0 +1,2 @@ +# Server Common +Contain code that help launching any kind of server \ No newline at end of file diff --git a/vault/README.md b/vault/README.md new file mode 100644 index 0000000..ab450f0 --- /dev/null +++ b/vault/README.md @@ -0,0 +1,2 @@ +# Vault Common +Contain code that allow to interact with an Hashicorp Vault \ No newline at end of file diff --git a/webserver/README.md b/webserver/README.md new file mode 100644 index 0000000..d0363f8 --- /dev/null +++ b/webserver/README.md @@ -0,0 +1,2 @@ +# Webserver Common +Contain code that allow to launch a webserver \ No newline at end of file