Merge pull request #1828 from sanimej/proto
Fix go generate for protobuf
This commit is contained in:
commit
d280b9866f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
package networkdb
|
||||
|
||||
//go:generate protoc -I.:../Godeps/_workspace/src/github.com/gogo/protobuf --gogo_out=import_path=github.com/docker/libnetwork/networkdb,Mgogoproto/gogo.proto=github.com/gogo/protobuf/gogoproto:. networkdb.proto
|
||||
//go:generate protoc -I.:../vendor/github.com/gogo/protobuf --gogo_out=import_path=github.com/docker/libnetwork/networkdb,Mgogoproto/gogo.proto=github.com/gogo/protobuf/gogoproto:. networkdb.proto
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
|
Loading…
Add table
Reference in a new issue