From 2d71584464825a833e796fa8850d4de4d237e111 Mon Sep 17 00:00:00 2001 From: Felix Auringer <48409110+felixauringer@users.noreply.github.com> Date: Wed, 28 Apr 2021 10:26:59 +0200 Subject: [PATCH] Change project name to Poseidon --- .gitignore | 2 +- README.md | 4 +--- go.mod | 2 +- main.go | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index a3a2be4..3b0bccf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ # Project binary -coolcodeoceannomadmiddleware +poseidon diff --git a/README.md b/README.md index a741c2a..bd98936 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -# CoolCodeOceanNomadMiddleware - -This project is actively seeking for a name. Have an idea? Add it to #1 +# Poseidon ## Setup diff --git a/go.mod b/go.mod index fc96fd0..6ec6c60 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module gitlab.hpi.de/codeocean/codemoon/coolcodeoceannomadmiddleware +module gitlab.hpi.de/codeocean/codemoon/poseidon go 1.16 diff --git a/main.go b/main.go index d594480..284c079 100644 --- a/main.go +++ b/main.go @@ -2,7 +2,7 @@ package main import ( "context" - "gitlab.hpi.de/codeocean/codemoon/coolcodeoceannomadmiddleware/api" + "gitlab.hpi.de/codeocean/codemoon/poseidon/api" "log" "net/http" "os"