migration to code.icod.de

This commit is contained in:
Darko Luketic 2022-10-18 12:26:16 +02:00
parent 89e366d9d0
commit 6fce569a0a
2 changed files with 2 additions and 2 deletions

View File

@ -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"
)

2
go.mod
View File

@ -1,3 +1,3 @@
module git.icod.de/dalu/sux
module code.icod.de/dalu/sux
go 1.17