Skip to content

Commit 7464584

Browse files
committed
Go mod test
1 parent 699e53b commit 7464584

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

ext/ext_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ package ext
22

33
import (
44
"errors"
5-
log "github.com/inconshreveable/log15"
65
"math"
76
"testing"
7+
8+
log "github.com/usrpro/log15"
89
)
910

1011
func testHandler() (log.Handler, *log.Record) {

ext/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"sync/atomic"
77
"unsafe"
88

9-
log "github.com/inconshreveable/log15"
9+
log "github.com/usrpro/log15"
1010
)
1111

1212
// EscalateErrHandler wraps another handler and passes all records through

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/inconshreveable/log15
1+
module github.com/usrpro/log15
22

33
go 1.11
44

0 commit comments

Comments
 (0)