Skip to content

Commit cc9d546

Browse files
committed
Adjust paths in example.
1 parent 6cf20bc commit cc9d546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

format_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ package stack_test
33
import (
44
"fmt"
55

6-
"gopkg.in/stack.v0"
6+
"github.com/go-stack/stack"
77
)
88

99
func Example_callFormat() {
1010
log("%+s")
1111
log("%v %[1]n()")
1212
// Output:
13-
// gopkg.in/stack.v0/format_test.go
13+
// github.com/go-stack/stack/format_test.go
1414
// format_test.go:11 Example_callFormat()
1515
}
1616

0 commit comments

Comments
 (0)