type encoding/xml.Comment

8 uses

	encoding/xml (current package)
		marshal.go#L226: 	case Comment:
		read.go#L574: 		case Comment:
		xml.go#L88: type Comment []byte
		xml.go#L91: func (c Comment) Copy() Comment { return Comment(bytes.Clone(c)) }
		xml.go#L117: 	case Comment:
		xml.go#L690: 			return Comment(data), nil