plugin: move generator to separate package
Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
parent
d7306a0f0b
commit
2d76dba1df
@ -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() {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package ttrpc
|
package plugin
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"strings"
|
"strings"
|
Loading…
Reference in New Issue
Block a user