grpcurl/cmd
Jean de Klerk b69a2e7533 allow period at the start of a symbol
When describing a service, InputType and OutputType symbols are presented
as .Foo.Bar. However, when describing a type, .Foo.Bar is not accepted;
it must be changed to Foo.Bar. This is both confusing and breaks copy
paste ability. This commit addresses the problem by optionally allowing a
period at the beginning of a symbol.

Fixes #39.
2018-07-06 13:33:47 -07:00
..
grpcurl allow period at the start of a symbol 2018-07-06 13:33:47 -07:00
testserver grpclog.Printf deprecated; use Info instead 2018-05-08 10:08:35 -04:00