Skip to content

Commit 257e6b7

Browse files
authored
Update README.md
1 parent 948f0de commit 257e6b7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
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)
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)
77
![license](https://img.shields.io/github/license/pojozhang/sugar.svg)
88

9-
109
Sugar is a **DECLARATIVE** http client providing elegant APIs for Golang.
1110

1211
### [中文文档](README.zh-cn.md)
@@ -337,4 +336,4 @@ switch e := err.(type) {
337336
// your code
338337
}
339338
// your code
340-
```
339+
```

0 commit comments

Comments
 (0)