aboutsummaryrefslogtreecommitdiff
path: root/.golangci.yaml
AgeCommit message (Collapse)Author
2021-09-13fix loadChunks by using cache instead of reading filen-peugnet
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.
2021-09-13Add golangci job to build workflow (#2)Nicolas Peugnet
* Update build.yml * disable golang-ci for tests * fix args syntax * make errchek only a warning * report only new lint issues