Merge to resolve conflicts in vendored packages

This commit is contained in:
dougbtv
2019-05-30 14:33:14 -04:00
173 changed files with 12742 additions and 1252 deletions

View File

@@ -516,7 +516,7 @@ type wrapper struct {
want []string
}
func prettyBlocks(blocks []string) string {
func prettyBlocks(blocks []string, prefix ...string) string {
var out []string
for _, b := range blocks {