Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shalldie/gog

Generic data structures and functions of Golang. Golang 的泛型数据结构/方法。
https://github.com/shalldie/gog

data-structures functions generic golang

Last synced: about 2 months ago
JSON representation

Generic data structures and functions of Golang. Golang 的泛型数据结构/方法。

Awesome Lists containing this project

README

        

# gog

[![Go Version](https://img.shields.io/github/go-mod/go-version/shalldie/gog?label=go&logo=go&style=flat-square)](https://github.com/shalldie/gog)
[![Go Reference](https://pkg.go.dev/badge/github.com/shalldie/gog.svg)](https://pkg.go.dev/github.com/shalldie/gog)
[![Build Status](https://img.shields.io/github/workflow/status/shalldie/gog/ci?label=test&logo=github&style=flat-square)](https://github.com/shalldie/gog/actions)
[![License](https://img.shields.io/github/license/shalldie/gog?logo=github&style=flat-square)](https://github.com/shalldie/gog)

Generic data structures and functions of Golang. Golang 的泛型数据结构/方法。

Need v1.18+

## Index

| PKG | DESCRIPTION |
| :--------------------: | :--------------------------------------------------------------------- |
| [gs](gs) | Generic functions for Slice of Golang.
Golang 切片的常用泛型方法。 |
| [hashmap](hashmap) | Generic hashmap of Golang.
Golang 泛型 hashmap 实现。 |
| [hashset](hashset) | Generic hashset of Golang.
Golang 泛型 hashset 实现。 |
| [sortedmap](sortedmap) | Generic sortedmap of Golang.
Golang 泛型 sortedmap 实现。 |

## License

MIT