compress/gzip.Header.ModTime (field)
4 uses
	compress/gzip (current package)
		gunzip.go#L55: 	ModTime time.Time // modification time
		gunzip.go#L192: 		hdr.ModTime = time.Unix(t, 0)
		gzip.go#L157: 		if z.ModTime.After(time.Unix(0, 0)) {
		gzip.go#L160: 			le.PutUint32(z.buf[4:8], uint32(z.ModTime.Unix()))
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |