drone-plugin-go =============== This is a package with simple support for writing Drone plugins in Go. ## Overview Plugins are executable files run by Drone to customize the build lifecycle. Plugins receive input data from `stdin` (or `arg[1]`) and write the results to `stdout` ```sh ./slack-plugin <