File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ package stack_test
3
3
import (
4
4
"fmt"
5
5
6
- "github.com/go- stack/stack "
6
+ "gopkg.in/ stack.v0 "
7
7
)
8
8
9
9
func Example_callFormat () {
10
10
log ("%+s" )
11
11
log ("%v %[1]n()" )
12
12
// Output:
13
- // github.com/go- stack/stack /format_test.go
13
+ // gopkg.in/ stack.v0 /format_test.go
14
14
// format_test.go:11 Example_callFormat()
15
15
}
16
16
Original file line number Diff line number Diff line change 7
7
// Package stack's types implement fmt.Formatter, which provides a simple and
8
8
// flexible way to declaratively configure formatting when used with logging
9
9
// or error tracking packages.
10
- package stack
10
+ package stack // import "gopkg.in/stack.v0"
11
11
12
12
import (
13
13
"fmt"
Original file line number Diff line number Diff line change 9
9
"runtime"
10
10
"testing"
11
11
12
- "github.com/go- stack/stack "
12
+ "gopkg.in/ stack.v0 "
13
13
)
14
14
15
15
type testType struct {}
You can’t perform that action at this time.
0 commit comments