fixed Vendor function's comment

This commit is contained in:
Manuel Carmona
2017-04-10 10:32:54 +02:00
parent 30772e4ea0
commit 65996506ae

View File

@ -8,7 +8,7 @@ import (
yaml "gopkg.in/yaml.v2"
)
// Vendor reads from buf and builds vendor_matchers.go file from VendorTmplPath.
// Vendor reads from buf and builds vendor_matchers.go file from vendorTmplPath.
func Vendor(data []byte, vendorTmplPath, vendorTmplName, commit string) ([]byte, error) {
var regexpList []string
if err := yaml.Unmarshal(data, &regexpList); err != nil {