Skip to content

Commit

Permalink
rewrite import paths for gopkg.in
Browse files Browse the repository at this point in the history
  • Loading branch information
inconshreveable committed Oct 13, 2014
1 parent f1aca71 commit 301391f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"reflect"
"sync"

"github.com/inconshreveable/log15/stack"
"gopkg.in/inconshreveable/log15.v2/stack"
)

// A Logger prints its log records by writing to a Handler.
Expand Down
2 changes: 1 addition & 1 deletion stack/stack_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"runtime"
"testing"

"github.com/inconshreveable/log15/stack"
"gopkg.in/inconshreveable/log15.v2/stack"
)

type testType struct{}
Expand Down

0 comments on commit 301391f

Please sign in to comment.