This commit is contained in:
Bel LaPointe
2025-05-24 14:00:21 -06:00
parent 1f1efc2133
commit f51a94eee1
21 changed files with 80 additions and 80 deletions

View File

@@ -1,7 +1,7 @@
package logger
import (
"gogs.inhome.blapointe.com/local/logb"
"gitea.inhome.blapointe.com/local/logb"
)
type Logger struct{}

View File

@@ -5,7 +5,7 @@ import (
"errors"
"fmt"
"io/ioutil"
"gogs.inhome.blapointe.com/local/logb"
"gitea.inhome.blapointe.com/local/logb"
"os"
"testing"