lnrpc: remove reference to GOPATH

As go modules allow us to build outside of the GOPATH, we shouldn't look for .proto imports there anymore.
This commit is contained in:
Joost Jager
2018-12-11 11:42:43 +01:00
parent 9e611636ee
commit 78aaf8639b
9 changed files with 4543 additions and 1685 deletions

View File

@@ -2,6 +2,8 @@ syntax = "proto3";
package autopilotrpc;
option go_package = "github.com/lightningnetwork/lnd/lnrpc/autopilotrpc";
// Autopilot is a service that can be used to get information about the current
// state of the daemon's autopilot agent, and also supply it with information
// that can be used when deciding where to open channels.