Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 262 Bytes

File metadata and controls

21 lines (14 loc) · 262 Bytes

Contribution Guide to CloudQuery SQLite Destination Plugin

Running in Debug mode

Similar to all other CQ plugins you can run the plugin in debug mode via:

go run main.go serve

Testing

make test

Lint

make lint