docs(grafana/k6): add README

This commit is contained in:
Kevin Franklin Kim 2025-08-28 14:17:25 +02:00
parent 38b1d67640
commit ba980cc44a
No known key found for this signature in database

View File

@ -16,7 +16,6 @@ type Plugin struct {
func New(l log.Logger) (plugin.Plugin, error) {
inst := &Plugin{
l: l,
cache: &cache.MemoryCache{},
commands: command.Commands{},
}