Skip to content

Commit e2fce4f

Browse files
committed
docs: add Chinese translations to README files
- Add links to Traditional Chinese and Simplified Chinese README files in the main README - Add a new README file in Simplified Chinese - Add a new README file in Traditional Chinese Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 8ce039c commit e2fce4f

File tree

3 files changed

+822
-0
lines changed

3 files changed

+822
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
[![Run Tests](https://github.com/golang-queue/queue/actions/workflows/go.yml/badge.svg)](https://github.com/golang-queue/queue/actions/workflows/go.yml)
55
[![codecov](https://codecov.io/gh/golang-queue/queue/branch/master/graph/badge.svg?token=SSo3mHejOE)](https://codecov.io/gh/golang-queue/queue)
66

7+
[繁體中文](./README.zh-tw.md) | [简体中文](./README.zh-cn.md)
8+
79
Queue is a Golang library that helps you create and manage a pool of Goroutines (lightweight threads). It allows you to efficiently run multiple tasks in parallel, utilizing the CPU capacity of your machine.
810

911
## Features

0 commit comments

Comments
 (0)