From 3e0123b9d8a1097e74fcd500b72cbdaa00c7a49a Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Mon, 13 Sep 2021 15:23:32 +0200 Subject: fix loadChunks by using cache instead of reading file This way there is only one place where we read chunks and where the read/write wrapper is used. This also allows to remove LoadedChunk as it is not used anymore. --- .golangci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.golangci.yaml') diff --git a/.golangci.yaml b/.golangci.yaml index 7c47848..c618020 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -6,5 +6,5 @@ severity: rules: - severity: warning linters: - - errcheck # for now, make errcheck only a warning, remove it later + - errcheck # for now, make errcheck only a warning, TODO: remove it later - deadcode -- cgit v1.2.3