Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
woorui committed Aug 21, 2023
1 parent 408eaef commit 97f097a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Go](https://github.com/woorui/async-buffer/actions/workflows/go.yml/badge.svg)](https://github.com/woorui/async-buffer/actions/workflows/go.yml)
[![codecov](https://codecov.io/gh/woorui/async-buffer/branch/main/graph/badge.svg?token=G7OK0KG9YT)](https://codecov.io/gh/woorui/async-buffer)
[![Go Reference](https://pkg.go.dev/badge/github.com/woorui/async-buffer.svg)](https://pkg.go.dev/github.com/woorui/async-buffer)

The async-buffer buffer data that can be flushed when reach threshold or duration limit. It is multi-goroutinue safe.

Expand All @@ -25,10 +26,6 @@ So that to use async-buffer to buffer data then find timing to batch insert them
go get -u github.com/woorui/async-buffer
```

## Documents

Complete doc here: https://pkg.go.dev/github.com/woorui/async-buffer

## Quick start

The `Write`, `Flush`, `Close` api are goroutinue-safed.
Expand Down

0 comments on commit 97f097a

Please sign in to comment.