summaryrefslogtreecommitdiff
path: root/internal/image/doc.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-19 22:20:51 +0300
committerPaul Buetow <paul@buetow.org>2026-04-19 22:20:51 +0300
commit7109df3ae03661d750c263b89b2d64d476377541 (patch)
tree5ad8b6e1fa356e7ed9c59b611d5e9687e53364fc /internal/image/doc.go
parenteda752f4e6a95e907214063b14225ed82f67693c (diff)
v4: add provider-neutral image layer
Diffstat (limited to 'internal/image/doc.go')
-rw-r--r--internal/image/doc.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/image/doc.go b/internal/image/doc.go
new file mode 100644
index 0000000..ae5d586
--- /dev/null
+++ b/internal/image/doc.go
@@ -0,0 +1,2 @@
+// Package image provides provider-neutral image generation and download helpers.
+package image