Rename to yq

This commit is contained in:
Tim Hobbs 2018-04-08 10:36:48 +02:00 committed by Mike Farah
parent d3ecf7aa88
commit f2e10f21c7

View File

@ -20,7 +20,7 @@ var (
) )
// ProductName is the name of the product // ProductName is the name of the product
const ProductName = "yaml" const ProductName = "yq"
// GetVersionDisplay composes the parts of the version in a way that's suitable // GetVersionDisplay composes the parts of the version in a way that's suitable
// for displaying to humans. // for displaying to humans.