summaryrefslogtreecommitdiff
path: root/pngmeta/metareader.go
diff options
context:
space:
mode:
authorGrail Finder (aider) <wohilas@gmail.com>2025-03-10 20:25:21 +0300
committerGrail Finder (aider) <wohilas@gmail.com>2025-03-10 20:25:21 +0300
commitde65f1fc823af65f759e669932be773a9f924ca4 (patch)
treec7b1206b48f53b0755c516f76a9a0b7112363153 /pngmeta/metareader.go
parent0497cdcfe6af5f50871413ed3feb0d5316a1ba00 (diff)
fix: add error handling for binary.Write and remove unused variable
Diffstat (limited to 'pngmeta/metareader.go')
-rw-r--r--pngmeta/metareader.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pngmeta/metareader.go b/pngmeta/metareader.go
index df2a8d4..408af18 100644
--- a/pngmeta/metareader.go
+++ b/pngmeta/metareader.go
@@ -22,7 +22,6 @@ const (
writeHeader = "\x89\x50\x4E\x47\x0D\x0A\x1A\x0A"
)
-var tEXtChunkDataSpecification = "%s\x00%s"
type PngEmbed struct {
Key string