From 691b401f2fe7a86bf3fb751fb59ce1680a966893 Mon Sep 17 00:00:00 2001 From: alexrecuenco-hf <239760736+alexrecuenco-hf@users.noreply.github.com> Date: Thu, 16 Apr 2026 10:04:18 +0200 Subject: [PATCH] RES-834 | Taking ownership https://hellofresh.atlassian.net/browse/RES-834 Signed-off-by: alexrecuenco-hf <239760736+alexrecuenco-hf@users.noreply.github.com> --- .github/CODEOWNERS | 1 + docs/README.md | 7 +------ 2 files changed, 2 insertions(+), 6 deletions(-) create mode 100644 .github/CODEOWNERS mode change 100644 => 120000 docs/README.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..64a0055 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @hellofresh/squad-release-engineering diff --git a/docs/README.md b/docs/README.md deleted file mode 100644 index ff5d3b6..0000000 --- a/docs/README.md +++ /dev/null @@ -1,6 +0,0 @@ -# GoEngine - -GoEngine is an Event Sourcing library written for GoLang. - -The goal of this library is to reduce the amount of time you have to spend thinking about the infrastructure, so you can -focus on implementing your Domains and Business logic! diff --git a/docs/README.md b/docs/README.md new file mode 120000 index 0000000..32d46ee --- /dev/null +++ b/docs/README.md @@ -0,0 +1 @@ +../README.md \ No newline at end of file