feat(download): download PKGBUILD repos interface

This commit is contained in:
jguer
2021-08-02 18:00:50 +02:00
committed by J Guerreiro
parent 50c0ece9a7
commit 79b44fd544
11 changed files with 258 additions and 220 deletions

View File

@@ -54,7 +54,6 @@ linters:
- gocritic
- gofmt
- goimports
- golint
- goprintffuncname
- gosec
- gosimple
@@ -63,6 +62,8 @@ linters:
- lll
- misspell
- nakedret
- prealloc
- revive
- rowserrcheck
- staticcheck
- structcheck
@@ -73,7 +74,6 @@ linters:
- unused
- varcheck
- whitespace
- prealloc
# disabled want to fix
#- scopelint