DEV Community

Discussion on: Plugin in Golang

Collapse
 
andreitelteu profile image
Andrei Telteu

That's amazing ! So useful.
If adopted by k6 for example will be super easy to install plugins like github.com/szkiba/xk6-dashboard or k6-browser without having to rebuild k6 every time you want to add a plugin. Just download the plugin and place it in the plugins folder :D
Also they can make it even simpler by having a command like k6 plugin add k6-browser