Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
suchen-sci committed Aug 12, 2023
1 parent 438a91d commit 3ca7845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# gfn

[![Go Report Card](https://goreportcard.com/badge/github.com/suchen-sci/gfn?style=flat-square)](https://goreportcard.com/report/github.com/suchen-sci/gfn)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/suchen-sci/gfn/blob/main/LICENSE)
[![Coverage](https://codecov.io/gh/suchen-sci/gfn/branch/main/graph/badge.svg)](https://app.codecov.io/gh/suchen-sci/gfn/tree/main)
[![Tests](https://github.com/suchen-sci/gfn/actions/workflows/test.yml/badge.svg)](https://github.com/suchen-sci/gfn/actions/workflows/test.yml)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/suchen-sci/gfn/blob/main/LICENSE)

`gfn` is a Golang library that leverages generics to provide various methods, including common functional programming techniques such as `Map`, `Reduce`, and `Filter`, along with other utilities like `Contains`, `Keys`, etc.

Expand Down
2 changes: 1 addition & 1 deletion README.tmpl.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# gfn

[![Go Report Card](https://goreportcard.com/badge/github.com/suchen-sci/gfn?style=flat-square)](https://goreportcard.com/report/github.com/suchen-sci/gfn)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/suchen-sci/gfn/blob/main/LICENSE)
[![Coverage](https://codecov.io/gh/suchen-sci/gfn/branch/main/graph/badge.svg)](https://app.codecov.io/gh/suchen-sci/gfn/tree/main)
[![Tests](https://github.com/suchen-sci/gfn/actions/workflows/test.yml/badge.svg)](https://github.com/suchen-sci/gfn/actions/workflows/test.yml)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/suchen-sci/gfn/blob/main/LICENSE)

`gfn` is a Golang library that leverages generics to provide various methods, including common functional programming techniques such as `Map`, `Reduce`, and `Filter`, along with other utilities like `Contains`, `Keys`, etc.

Expand Down

0 comments on commit 3ca7845

Please sign in to comment.