2 Commits

Author SHA1 Message Date
Adrian Zürcher
eac917fa58 remove wrong .git 2025-04-16 09:14:39 +02:00
Adrian Zürcher
a6eba03146 fix wrong modul name 2025-04-16 09:03:02 +02:00
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@@ -1,4 +1,4 @@
module github.com/tecamino/tecamino-logger.git module github.com/tecamino/tecamino-logger
go 1.21.0 go 1.21.0

View File

@@ -1,6 +1,6 @@
package main package main
import "github.com/tecamino/tecamino-logger.git/logger" import "github.com/tecamino/tecamino-logger/logger"
func main() { func main() {
log, err := logger.NewLogger("Test") log, err := logger.NewLogger("Test")