Skip to content

Commit

Permalink
feat: rename repo
Browse files Browse the repository at this point in the history
  • Loading branch information
lvlcn-t committed Jan 30, 2024
1 parent 1f73b9d commit 1b10f29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/lvlcn-t/halog
module github.com/lvlcn-t/Loggerhead

go 1.21
2 changes: 1 addition & 1 deletion pkg/logger/logger.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package logger

import (
"github.com/lvlcn-t/halog/internal/logger"
"github.com/lvlcn-t/Loggerhead/internal/logger"
)

type Logger = logger.Logger
Expand Down
2 changes: 1 addition & 1 deletion pkg/logger/logger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"testing"

"github.com/lvlcn-t/halog/pkg/logger"
"github.com/lvlcn-t/Loggerhead/pkg/logger"
)

func TestSomeLogging(t *testing.T) {
Expand Down

0 comments on commit 1b10f29

Please sign in to comment.