remove .git

This commit is contained in:
Adrian Zürcher
2025-12-18 16:22:03 +01:00
parent 9c2606f03d
commit 884c349d11
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@@ -1,3 +1,3 @@
module gitea.tecamino.com/paadi/template-builder.git
module gitea.tecamino.com/paadi/template-builder
go 1.25.4

View File

@@ -3,7 +3,7 @@ package test
import (
"testing"
templatebuilder "gitea.tecamino.com/paadi/template-builder.git"
templatebuilder "gitea.tecamino.com/paadi/template-builder"
)
type Inventory struct {