Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 55573f1

Browse files
20220424
1 parent d8635a5 commit 55573f1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626
bin
2727
pkg
2828
src/github.com
29+
go1.18
2930
##这一章节包文件不大,直接上传,方便理解
3031
##src/go-19/module_package/vendor/*

‎go-34/bdd_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $ $GOPATH/bin/goconvey
1515
这里运行需要go的1.14版本,不然会出现 errors.Is的问题
1616
*/
1717
import (
18-
. "github.com/smartystreets/goconvey"
18+
. "github.com/smartystreets/goconvey/convey"
1919
"testing"
2020
)
2121

@@ -34,4 +34,4 @@ func TestSpec(t *testing.T) {
3434
})
3535
})
3636
})
37-
}
37+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /