// extractBoolTagOrDie gets the comment-tags for the key and asserts that, if // it exists, the value is boolean. If the tag did not exist, it returns // false. func extractBoolTagOrDie(key string, lines []string) bool { … }
// extractBoolTagOrDie gets the comment-tags for the key and asserts that, if // it exists, the value is boolean. If the tag did not exist, it returns // false. func extractBoolTagOrDie(key string, lines []string) bool { … }