engine: resources: gzip: Fix typo

This commit is contained in:
James Shubin
2024-09-13 16:24:01 -04:00
parent 1465c5cdc9
commit 5f6e07b5e8

View File

@@ -93,7 +93,7 @@ func init() {
// can either come from a file path if specified with Input or it looks at the // can either come from a file path if specified with Input or it looks at the
// Content field for raw data. It uses hashes to determine if something was // Content field for raw data. It uses hashes to determine if something was
// changed, so as a result, this may not be suitable if you can create a sha256 // changed, so as a result, this may not be suitable if you can create a sha256
// has collision. // hash collision.
// TODO: support send/recv to send the output instead of writing to a file? // TODO: support send/recv to send the output instead of writing to a file?
type GzipRes struct { type GzipRes struct {
traits.Base // add the base methods without re-implementation traits.Base // add the base methods without re-implementation