Skip to content

Commit

Permalink
README 里添加 go report card 和 Go 版本信息。
Browse files Browse the repository at this point in the history
  • Loading branch information
cmstar committed Mar 12, 2023
1 parent e58f0e3 commit 3515b8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# webapi

[![GoDoc](https://godoc.org/github.com/cmstar/go-conv?status.svg)](https://pkg.go.dev/github.com/cmstar/go-webapi)
[![GoDoc](https://godoc.org/github.com/cmstar/go-webapi?status.svg)](https://pkg.go.dev/github.com/cmstar/go-webapi)
[![Go](https://github.com/cmstar/go-webapi/workflows/Go/badge.svg)](https://github.com/cmstar/go-webapi/actions?query=workflow%3AGo)
[![codecov](https://codecov.io/gh/cmstar/go-webapi/branch/master/graph/badge.svg)](https://codecov.io/gh/cmstar/go-webapi)
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](https://opensource.org/licenses/MIT)
[![GoVersion](https://img.shields.io/github/go-mod/go-version/cmstar/go-webapi)](https://github.com/cmstar/go-webapi/blob/main/go.mod)
[![Go Report Card](https://goreportcard.com/badge/github.com/cmstar/go-webapi)](https://goreportcard.com/report/github.com/cmstar/go-webapi)

这是[SlimWebApi](https://github.com/cmstar/SlimWebApi)的 Go 版。 SlimAPI 通信协议详见[godoc-SlimAPI通信协议](https://pkg.go.dev/github.com/cmstar/go-webapi/slimapi#pkg-overview)

Expand Down

0 comments on commit 3515b8b

Please sign in to comment.