plugin: move generator to separate package

Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
Stephen J Day
2017-11-16 19:22:21 -08:00
parent d7306a0f0b
commit 2d76dba1df
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import (
"github.com/gogo/protobuf/protoc-gen-gogo/descriptor"
"github.com/gogo/protobuf/vanity"
"github.com/gogo/protobuf/vanity/command"
_ "github.com/stevvooe/ttrpc"
_ "github.com/stevvooe/ttrpc/plugin"
)
func main() {