From ea87ccc2fd9c0ae7e3c510cd6ef552d24dbe924e Mon Sep 17 00:00:00 2001
From: Fwwallisch <Fabian.Wallisch@Student.Reutlingen-University.de>
Date: Mon, 28 Mar 2022 12:37:27 +0200
Subject: [PATCH] folders

---
 health/go.mod    | 3 +++
 health/health.go | 5 +++++
 2 files changed, 8 insertions(+)
 create mode 100644 health/go.mod
 create mode 100644 health/health.go

diff --git a/health/go.mod b/health/go.mod
new file mode 100644
index 0000000..43cf673
--- /dev/null
+++ b/health/go.mod
@@ -0,0 +1,3 @@
+module gitlab.reutlingen-university.de/wallisch/health-wallisch
+
+go 1.18
diff --git a/health/health.go b/health/health.go
new file mode 100644
index 0000000..2615229
--- /dev/null
+++ b/health/health.go
@@ -0,0 +1,5 @@
+package health
+
+func Echo(message string) string {
+	return message
+}
-- 
GitLab