archive/zip.FileHeader.Comment (field)

6 uses

	archive/zip (current package)
		reader.go#L300: 	f.Comment = string(d[filenameLen+extraLen:])
		reader.go#L304: 	utf8Valid2, utf8Require2 := detectUTF8(f.Comment)
		struct.go#L98: 	Comment string
		writer.go#L124: 		b.uint16(uint16(len(h.Comment)))
		writer.go#L141: 		if _, err := io.WriteString(w.cw, h.Comment); err != nil {
		writer.go#L283: 	utf8Valid2, utf8Require2 := detectUTF8(fh.Comment)