type github.com/ghodss/yaml.tagOptions

5 uses

	github.com/ghodss/yaml (current package)
		fields.go#L470: type tagOptions string
		fields.go#L474: func parseTag(tag string) (string, tagOptions) {
		fields.go#L476: 		return tag[:idx], tagOptions(tag[idx+1:])
		fields.go#L478: 	return tag, tagOptions("")
		fields.go#L484: func (o tagOptions) Contains(optionName string) bool {