Skip to content

Commit b6ffcb5

Browse files
committed
better named package
1 parent 5117e67 commit b6ffcb5

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

default_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"fmt"
99
"testing"
1010

11-
"github.com/go-aah/test/assert"
11+
"aahframework.org/test/assert"
1212
)
1313

1414
func TestDefaultStandardLogger(t *testing.T) {

formatter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"fmt"
99
"strings"
1010

11-
"github.com/go-aah/essentials"
11+
"aahframework.org/essentials"
1212
)
1313

1414
// FormatterFunc is the handler function to implement log entry

log.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ import (
2525
"sync"
2626
"time"
2727

28-
"github.com/go-aah/config"
29-
"github.com/go-aah/essentials"
28+
"aahframework.org/config"
29+
"aahframework.org/essentials"
3030
)
3131

3232
// Level type definition

log_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"strings"
1111
"testing"
1212

13-
"github.com/go-aah/test/assert"
13+
"aahframework.org/test/assert"
1414
)
1515

1616
func TestNewCustomUTCConsoleReceiver(t *testing.T) {

receiver.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import (
1313
"sync"
1414
"time"
1515

16-
"github.com/go-aah/config"
17-
"github.com/go-aah/essentials"
16+
"aahframework.org/config"
17+
"aahframework.org/essentials"
1818
)
1919

2020
// Receiver represents aah logger object that statisfy console, file, logging

0 commit comments

Comments
 (0)