Skip to content

Commit 7b9f5f8

Browse files
committed
Merge branch 'release/v1.5.1'
2 parents b3a1a3a + 6c96099 commit 7b9f5f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![GoDoc](https://godoc.org/github.com/go-stack/stack?status.svg)](https://godoc.org/github.com/go-stack/stack) [![Go Report Card](https://goreportcard.com/badge/go-stack/stack)](https://goreportcard.com/report/go-stack/stack)
1+
[![GoDoc](https://godoc.org/github.com/go-stack/stack?status.svg)](https://godoc.org/github.com/go-stack/stack) [![Go Report Card](https://goreportcard.com/badge/go-stack/stack)](https://goreportcard.com/report/go-stack/stack) [![TravisCI](https://travis-ci.org/go-stack/stack.svg?branch=master)](https://travis-ci.org/go-stack/stack)
22

33
# stack
44

stackinternal_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func TestTrace(t *testing.T) {
5555

5656
cs := fh.labyrinth()
5757

58-
lines := []int{50, 41, 55}
58+
lines := []int{51, 41, 56}
5959

6060
for i, line := range lines {
6161
if got, want := cs[i].line(), line; got != want {

0 commit comments

Comments
 (0)