Skip to content

Commit

Permalink
Rename to stl4go
Browse files Browse the repository at this point in the history
  • Loading branch information
chen3feng committed Aug 1, 2022
1 parent decca4c commit 19d9691
Show file tree
Hide file tree
Showing 34 changed files with 1,254 additions and 174 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Convert coverage.out to coverage.lcov
uses: jandelgado/gcov2lcov-action@v1.0.9

- name: Coveralls
uses: coverallsapp/github-action@v1.1.2
with:
Expand Down
8 changes: 4 additions & 4 deletions .godocdown.template
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# contalgo
# stl4go -- STL for Golang

Generic Container and Algorithm Library for Go.

点击这里查看[中文文档](README_zh.md)。

![Build Status](https://github.com/chen3feng/contalgo/actions/workflows/go.yml/badge.svg)
[![codebeat badge](https://codebeat.co/badges/f8424c61-c382-4baf-8b9e-84520866d0a5)](https://codebeat.co/projects/github-com-chen3feng-contalgo-master)
[![Coverage Status](https://coveralls.io/repos/github/chen3feng/contalgo/badge.svg?branch=master)](https://coveralls.io/github/chen3feng/contalgo?branch=master)
![Build Status](https://github.com/chen3feng/stl4go/actions/workflows/go.yml/badge.svg)
[![codebeat badge](https://codebeat.co/badges/f8424c61-c382-4baf-8b9e-84520866d0a5)](https://codebeat.co/projects/github-com-chen3feng-stl4go-master)
[![Coverage Status](https://coveralls.io/repos/github/chen3feng/stl4go/badge.svg?branch=master)](https://coveralls.io/github/chen3feng/stl4go?branch=master)

This library depends on go generics, which is introduced in 1.18+.

Expand Down
Loading

0 comments on commit 19d9691

Please sign in to comment.