Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
deatil committed Mar 10, 2024
1 parent 790e50f commit 257191f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
## go-array

<p align="center">
<a href="https://pkg.go.dev/github.com/deatil/go-array"><img src="https://pkg.go.dev/badge/deatil/go-array.svg" alt="Go Reference"></a>
<a href="https://pkg.go.dev/github.com/deatil/go-array" ><img src="https://pkg.go.dev/badge/deatil/go-array.svg" alt="Go Reference"></a>
<a href="https://codecov.io/gh/deatil/go-array" >
<img src="https://codecov.io/gh/deatil/go-array/graph/badge.svg?token=SS2Z1IY0XL"/>
</a>
<img src="https://goreportcard.com/badge/github.com/deatil/go-array" />
</p>

### Desc

* go-array can use `key` and get map or slice data.
A Go package that read or set data from map, slice or json

[中文](README_CN.md) | English

Expand Down
6 changes: 2 additions & 4 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
## go-array

<p align="center">
<a href="https://pkg.go.dev/github.com/deatil/go-array"><img src="https://pkg.go.dev/badge/deatil/go-array.svg" alt="Go Reference"></a>
<a href="https://pkg.go.dev/github.com/deatil/go-array" ><img src="https://pkg.go.dev/badge/deatil/go-array.svg" alt="Go Reference"></a>
<a href="https://codecov.io/gh/deatil/go-array" >
<img src="https://codecov.io/gh/deatil/go-array/graph/badge.svg?token=SS2Z1IY0XL"/>
</a>
<img src="https://goreportcard.com/badge/github.com/deatil/go-array" />
</p>

### 项目介绍

* go-array 可以使用 `key` 快速的获取数组数据,数组包括 `map``slice`
go-array 可以快速的从 `map`, `slice``json` 中获取数据或者设置数据

中文 | [English](README.md)

Expand Down

0 comments on commit 257191f

Please sign in to comment.