Skip to content

Commit

Permalink
Update README (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
chen3feng authored Aug 8, 2022
1 parent 9229c89 commit 9dfbc5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# stl4go -- STL for Golang

This library contains generic containers and algorithms, it is designed to be STL for Golang.
English [中文版](README_zh.md)

点击这里查看[中文文档](README_zh.md)
This library contains generic containers and algorithms, it is designed to be STL for Golang.

[![License Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-red.svg)](COPYING)
[![Python](https://img.shields.io/badge/Language-go1.18+-blue.svg)](https://www.python.org/)
Expand Down
4 changes: 3 additions & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# stl4go
# stl4go -- Go 语言的 STL

[English](README.md) 中文版

本库包含 Go 语言实现的范型容器和算法库,就像 C++ 中的 STL。

Expand Down

0 comments on commit 9dfbc5c

Please sign in to comment.