https://github.com/gomodules/sets
https://github.com/gomodules/sets
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gomodules/sets
- Owner: gomodules
- License: apache-2.0
- Created: 2020-08-17T08:33:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-14T23:16:23.000Z (over 1 year ago)
- Last Synced: 2025-04-08T05:17:11.675Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 54.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://pkg.go.dev/gomodules.xyz/sets)
# sets
This library has been forked from https://github.com/kubernetes/apimachinery/tree/v0.18.3/pkg/util/sets so that it can easily used in non-k8s related projects.
## Generate set types
```bash
set-gen \
--input-dirs=gomodules.xyz/sets/types \
--output-package=gomodules.xyz/sets
```