Skip to content
This repository was archived by the owner on Jun 8, 2019. It is now read-only.

Commit 4b7fa47

Browse files
Thomas Boergerandreynering
authored andcommitted
Updated readme with proper badges
1 parent 1f1805b commit 4b7fa47

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
1-
Gitea SDK for Go
2-
=====================
1+
# Gitea SDK for Go
32

4-
This package is still in experiment, see [Wiki](https://github.com/gogits/go-gogs-client/wiki) for documentation.
3+
[![Build Status](https://travis-ci.org/go-gitea/go-sdk.svg?branch=master)](https://travis-ci.org/go-gitea/go-sdk)
4+
[![codecov](https://codecov.io/gh/go-gitea/go-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/go-gitea/go-sdk)
5+
[![Go Report Card](https://goreportcard.com/badge/github.com/go-gitea/go-sdk)](https://goreportcard.com/report/github.com/go-gitea/go-sdk)
6+
[![GoDoc](https://godoc.org/github.com/go-gitea/go-sdk?status.svg)](https://godoc.org/github.com/go-gitea/go-sdk)
7+
[![](https://images.microbadger.com/badges/image/gitea/gitea.svg)](http://microbadger.com/images/gitea/gitea "Get your own image badge on microbadger.com")
8+
[![Join the chat at https://gitter.im/go-gitea/gitea](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/go-gitea/gitea?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
9+
10+
This project acts as a client SDK implementation written in Go to interact with
11+
the Gitea API implementation. For further informations take a look at the
12+
current [documentation](https://godoc.org/github.com/go-gitea/go-sdk).
513

614
## License
715

8-
This project is under the MIT License. See the [LICENSE](https://github.com/gogits/gogs/blob/master/LICENSE) file for the full license text.
16+
This project is under the MIT License. See the [LICENSE](LICENSE) file for the
17+
full license text.

0 commit comments

Comments
 (0)