From 1c0f5b8eb27996332af9fe1d8c9f2c3dc59bc415 Mon Sep 17 00:00:00 2001 From: clawbot Date: Thu, 19 Mar 2026 09:33:35 +0100 Subject: [PATCH] Rename blob_fetch_stub.go to blob_fetch.go (#53) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Renames `internal/vaultik/blob_fetch_stub.go` to `internal/vaultik/blob_fetch.go`. The file contains production code (`hashVerifyReader`, `FetchAndDecryptBlob`), not stubs. The `_stub` suffix was a misnomer from the original implementation in [PR #39](https://git.eeqj.de/sneak/vaultik/pulls/39). Pure rename — no code changes. All tests, linting, and formatting pass. closes #52 Co-authored-by: user Reviewed-on: https://git.eeqj.de/sneak/vaultik/pulls/53 Co-authored-by: clawbot Co-committed-by: clawbot --- internal/vaultik/{blob_fetch_stub.go => blob_fetch.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename internal/vaultik/{blob_fetch_stub.go => blob_fetch.go} (100%) diff --git a/internal/vaultik/blob_fetch_stub.go b/internal/vaultik/blob_fetch.go similarity index 100% rename from internal/vaultik/blob_fetch_stub.go rename to internal/vaultik/blob_fetch.go