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 1 year 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-06T11:50:23.000Z (almost 4 years ago)
- Last Synced: 2025-01-17T14:39:03.077Z (over 1 year 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
[](https://github.com/shalldie/gog)
[](https://pkg.go.dev/github.com/shalldie/gog)
[](https://github.com/shalldie/gog/actions)
[](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