modulepackage
0.0.1
Repository: https://github.com/asphaltbuffet/go-picker.git
Documentation: pkg.go.dev
# README
Go-Picker
ā Star
this repository if you find it valuable and worth maintaining.
š Watch
this repository to get notified about new releases, issues, etc.
Description
go-picker picks one-to-many items from a list and returns them to you. It is a convenient wrapper for randomly picking elements. There are options to force the selected items to be unique and/or perform several selections based on your criteria.
Usage
go-picker yellow red blue green --pick=2 --repeat=2 --unique=true
Build
Terminal
make all
- execute the build pipeline with all steps.make dev
- faster execution of the build pipeline that skips some stepsmake help
- print help for the Make targets.
Visual Studio Code
F1
ā Tasks: Run Build Task (Ctrl+Shift+B or ā§āB)
to choose a build pipeline.
Contributing
Feel free to create an issue or propose a pull request.
Follow the Code of Conduct.