From 03eaa2c1ba7858da8659c23258ce90ac6667e8a7 Mon Sep 17 00:00:00 2001 From: feistel <6742251-feistel@users.noreply.gitlab.com> Date: Wed, 29 Sep 2021 00:08:27 +0200 Subject: style: uppercase sha256 SHA is an initialism. See https://github.com/golang/go/wiki/CodeReviewComments#initialisms --- internal/serving/disk/zip/serving_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/serving/disk/zip') diff --git a/internal/serving/disk/zip/serving_test.go b/internal/serving/disk/zip/serving_test.go index 66e52046..ed18e6c3 100644 --- a/internal/serving/disk/zip/serving_test.go +++ b/internal/serving/disk/zip/serving_test.go @@ -120,7 +120,7 @@ func TestZip_ServeFileHTTP(t *testing.T) { LookupPath: &serving.LookupPath{ Prefix: "/zip/", Path: test.vfsPath, - Sha256: test.sha256, + SHA256: test.sha256, }, SubPath: test.path, } -- cgit v1.2.3