From fa4eebbe76f41bd669cf9db9aab96716aa1e93ad Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Sat, 19 Oct 2024 09:15:16 +0200 Subject: [PATCH] feat: update module path to new repository location MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - change module path from GoTomato to git.smsvc.net/pomodoro/GoTomato 🤖 --- README.md | 4 ++++ go.mod | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bca3c1f..2769187 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ A pomodoro server written in Go +## Installation + +`go install git.smsvc.net/pomodoro/GoTomato@latest` + ## Testing ``` diff --git a/go.mod b/go.mod index 55605fe..cd39ad4 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module GoTomato +module git.smsvc.net/pomodoro/GoTomato go 1.23