Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 的泛型数据结构/方法。
- Host: GitHub
- URL: https://github.com/shalldie/gog
- Owner: shalldie
- License: mit
- Created: 2022-01-03T10:53:07.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-06T11:50:23.000Z (over 2 years ago)
- Last Synced: 2024-10-13T01:35:30.496Z (3 months ago)
- Topics: data-structures, functions, generic, golang
- Language: Go
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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