grpcurl/cmd/grpcurl/go1_9.go

10 lines
171 B
Go

// +build !go1.10
package main
func indent() string {
// In Go 1.9 and older, we need to add indentation
// after newlines in the flag doc strings.
return " \t"
}