remove .git
This commit is contained in:
2
go.mod
2
go.mod
@@ -1,3 +1,3 @@
|
|||||||
module gitea.tecamino.com/paadi/template-builder.git
|
module gitea.tecamino.com/paadi/template-builder
|
||||||
|
|
||||||
go 1.25.4
|
go 1.25.4
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ package test
|
|||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
templatebuilder "gitea.tecamino.com/paadi/template-builder.git"
|
templatebuilder "gitea.tecamino.com/paadi/template-builder"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Inventory struct {
|
type Inventory struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user