From 6fce569a0a41760eb598d5d027e2ddc59844baeb Mon Sep 17 00:00:00 2001 From: Darko Luketic Date: Tue, 18 Oct 2022 12:26:16 +0200 Subject: [PATCH] migration to code.icod.de --- README.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7fa1830..279e939 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Useful for serving server-side rendered content. package main import ( - "git.icod.de/dalu/sux" + "code.icod.de/dalu/sux" "io" "net/http" ) diff --git a/go.mod b/go.mod index 878fccd..9e22c21 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module git.icod.de/dalu/sux +module code.icod.de/dalu/sux go 1.17