Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 677 Bytes

File metadata and controls

37 lines (24 loc) · 677 Bytes

qdrant-cloud-buf-plugins

Collection of Buf plugins used by Qdrant Cloud APIs.

Development

This project leverages Make to automate common development tasks. To view all available commands, run:

make help

Setup

To work with this project locally, you need to have Go installed. Additionally, there are other required dependencies that you can install running:

make bootstrap

Running tests

To run the tests, execute:

make test

Formatting & linting code

To format and lint the code of the project, execute:

make fmt
make lint