# Packages
No description provided by the author
# README
Note: This is a work in progress - please do not use it/depend on it as of now. If you would need to, please open an Issue
dask-k8s-operator-go-client
A go client for the dask kubernetes operator
Contributing
Prerequisites
- go >= 1.18. Might work with an older version, but not tested.
- pre-commit. The
go
hooks will require the following tools:
To set all of these up for you, you can run:
make setup