Skip to content

Commit

Permalink
Update gopool.png
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hu <tao.hu@merico.dev>
  • Loading branch information
daniel-hutao committed Jul 26, 2023
1 parent 6929bfd commit 9dde896
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -20,7 +20,7 @@ Welcome to GoPool, **a project where 95% of the code is generated by GPT**. You
GoPool is a high-performance, feature-rich, and easy-to-use worker pool library for Golang. It is designed to manage and recycle a pool of goroutines to complete tasks concurrently, improving the efficiency and performance of your applications.

<div align="center">
<img src="./logo/gopool-logo-600x300.png" width="600">
<img src="./logo/gopool.png" width="750">
</div>

## Features
Expand Down Expand Up @@ -50,7 +50,7 @@ GoPool is a high-performance, feature-rich, and easy-to-use worker pool library
To install GoPool, use `go get`:

```bash
go get github.com/devchat-ai/gopool@v0.2.0
go get github.com/devchat-ai/gopool@v0.3.0
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Expand Up @@ -20,7 +20,7 @@
GoPool 是一个用 Golang 实现的高性能、功能丰富、易于使用的工作池库。它会管理和回收一组 goroutine 来并发完成任务,从而提高你的应用程序的效率和性能。

<div align="center">
<img src="./logo/gopool-logo-600x300.png" width="600">
<img src="./logo/gopool.png" width="750">
</div>

## 特性
Expand Down
Binary file removed logo/gopool-logo-600x300.png
Binary file not shown.
Binary file added logo/gopool.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9dde896

Please sign in to comment.