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
No known key found for this signature in database
GPG Key ID: 67B3DED84EDC823F
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/protoc-gen-gogo/descriptor"
"github.com/gogo/protobuf/vanity" "github.com/gogo/protobuf/vanity"
"github.com/gogo/protobuf/vanity/command" "github.com/gogo/protobuf/vanity/command"
_ "github.com/stevvooe/ttrpc" _ "github.com/stevvooe/ttrpc/plugin"
) )
func main() { func main() {

View File

@ -1,4 +1,4 @@
package ttrpc package plugin
import ( import (
"strings" "strings"