Correct two golint comment issues

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
This commit is contained in:
Aaron Lehmann 2015-10-19 16:42:12 -07:00
parent 21b6f54796
commit 5608db616c
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ import (
"regexp"
)
// TarSumRegexp defines a regular expression to match tarsum identifiers.
// TarsumRegexp defines a regular expression to match tarsum identifiers.
var TarsumRegexp = regexp.MustCompile("tarsum(?:.[a-z0-9]+)?\\+[a-zA-Z0-9]+:[A-Fa-f0-9]+")
// TarsumRegexpCapturing defines a regular expression to match tarsum identifiers with