1 Commits

Author SHA1 Message Date
root b53f0a09b2 change to local domain 2026-04-20 11:28:00 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
module gitea.tecamino.com/paadi/tecamino-logger module gitea.tecamino.local/paadi/tecamino-logger
go 1.21.0 go 1.21.0
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"os" "os"
"testing" "testing"
"gitea.tecamino.com/paadi/tecamino-logger/logging" "gitea.tecamino.local/paadi/tecamino-logger/logging"
) )
func TestLogger(t *testing.T) { func TestLogger(t *testing.T) {