Skip to content

Commit

Permalink
调整格式
Browse files Browse the repository at this point in the history
- 修改图片路径到images目录
- 增加markdown header信息
  • Loading branch information
xpzouying authored and yangwenmai committed Dec 25, 2018
1 parent 9817c2e commit 3b01d0b
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 193 deletions.
21 changes: 16 additions & 5 deletions content/articles/how_to_test/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
---
title: "how to testing"
date: 2018-12-25T00:00:00+08:00
author: xpzouying@gmail.com
---


# HOW TO TESTING

原文参考:https://github.com/xpzouying/learning_golang/tree/master/how_to_test
原文/源码参考

- https://github.com/xpzouying/learning_golang/tree/master/how_to_test

作者xpzouying@gmail.com

---

Expand Down Expand Up @@ -54,11 +65,11 @@ go run main.go

浏览器访问

![image-20181222170909680](./assets/image-20181222170909680-5469749.png)
![image-20181222170909680](/images/image-20181222170909680-5469749.png)

本地日志记录

![image-20181222171507017](./assets/image-20181222171507017.jpg)
![image-20181222171507017](/images/image-20181222171507017.jpg)



Expand Down Expand Up @@ -155,7 +166,7 @@ go run main.go
>
> 效果截图
>
> ![image-20181222173117732](./assets/image-20181222173117732-5471077.png)
> ![image-20181222173117732](/images/image-20181222173117732-5471077.png)



Expand Down Expand Up @@ -232,7 +243,7 @@ go tool cover -html=coverage.out

效果图为

![image-20181222180733266](./assets/image-20181222180733266-5473253.png)
![image-20181222180733266](/images/image-20181222180733266-5473253.png)



Expand Down
Binary file not shown.
Binary file not shown.
37 changes: 0 additions & 37 deletions content/articles/how_to_test/main.go

This file was deleted.

151 changes: 0 additions & 151 deletions content/articles/how_to_test/main_test.go

This file was deleted.

File renamed without changes

0 comments on commit 3b01d0b

Please sign in to comment.