Skip to content

Commit 3136e31

Browse files
authored
Update README.zh-cn.md
1 parent 257e6b7 commit 3136e31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.zh-cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</p>
44

55
![GitHub (pre-)release](https://img.shields.io/github/release/pojozhang/sugar/all.svg)
6-
[![Build Status](https://travis-ci.org/pojozhang/sugar.svg?branch=master)](https://travis-ci.org/pojozhang/sugar) [![codecov](https://codecov.io/gh/pojozhang/sugar/branch/master/graph/badge.svg)](https://codecov.io/gh/pojozhang/sugar) [![Go Report Card](https://goreportcard.com/badge/github.com/pojozhang/sugar)](https://goreportcard.com/report/github.com/pojozhang/sugar) [![GoDoc](https://godoc.org/github.com/pojozhang/sugar?status.svg)](https://godoc.org/github.com/pojozhang/sugar) ![license](https://img.shields.io/github/license/pojozhang/sugar.svg)
6+
[![Build Status](https://travis-ci.org/pojozhang/sugar.svg?branch=master)](https://travis-ci.org/pojozhang/sugar) [![codecov](https://codecov.io/gh/pojozhang/sugar/branch/master/graph/badge.svg)](https://codecov.io/gh/pojozhang/sugar) [![Go Report Card](https://goreportcard.com/badge/github.com/pojozhang/sugar)](https://goreportcard.com/report/github.com/pojozhang/sugar) ![go](https://img.shields.io/badge/golang-1.9+-blue.svg) [![GoDoc](https://godoc.org/github.com/pojozhang/sugar?status.svg)](https://godoc.org/github.com/pojozhang/sugar) ![license](https://img.shields.io/github/license/pojozhang/sugar.svg)
77

88
Sugar是一个Go语言编写的声明式Http客户端,提供了一些优雅的接口,目的是减少冗余的拼装代码。
99

@@ -330,4 +330,4 @@ switch e := err.(type) {
330330
// ...
331331
}
332332
// ...
333-
```
333+
```

0 commit comments

Comments
 (0)