Skip to content

Commit 9a64d87

Browse files
committed
update
1 parent 90008d3 commit 9a64d87

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

workspace/lesson30/readme.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Go单元测试
2+
3+
## 概念
4+
5+
Go语言有比较傲完善的工具链可以支持对Go程序做单元测试。
6+
7+
通过`go test`命令来运行单元测试用例。
8+
9+
## 语法
10+
11+
12+
13+
## References
14+
15+
16+

0 commit comments

Comments
 (0)