From 0bc5bf53ce9723d52f7a6e2b096dec0eb0bd9751 Mon Sep 17 00:00:00 2001 From: bergquist Date: Wed, 20 Sep 2017 17:25:46 +0200 Subject: [PATCH] correct comments --- pkg/tsdb/plugins/plugins.go | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/pkg/tsdb/plugins/plugins.go b/pkg/tsdb/plugins/plugins.go index e8db53610a1..f93a9738c8c 100644 --- a/pkg/tsdb/plugins/plugins.go +++ b/pkg/tsdb/plugins/plugins.go @@ -13,16 +13,10 @@ import ( func Init() (*plugin.Client, error) { /* - Setup - - go get -u google.golang.org/grpc \ - go get -u github.com/golang/protobuf/{proto,protoc-gen-go} \ - go get -u github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway \ + setup protoc using https://gist.github.com/bergquist/5df1f201bb605e42538ef40f6ccf82a9 + run "protoc --go_out=plugins=grpc:. *.proto" to update proto files */ - /* - protoc --go_out=plugins=grpc:. *.proto - */ logger := log.New("grafana.plugins") client := plugin.NewClient(&plugin.ClientConfig{ HandshakeConfig: plugin.HandshakeConfig{