github.com/klauspost/compress/gzip.Header.Comment (field)

5 uses

	compress/gzip
		gunzip.go#L53: 	Comment string    // comment
		gunzip.go#L223: 		hdr.Comment = s
		gzip.go#L154: 		if z.Comment != "" {
		gzip.go#L184: 		if z.Comment != "" {
		gzip.go#L185: 			z.err = z.writeString(z.Comment)