added disk quota

This commit is contained in:
ston1th 2022-03-17 00:47:45 +01:00
commit 9cc2b04342
26 changed files with 1376 additions and 61 deletions

View file

@ -31,7 +31,7 @@ clean:
gofmt:
$(CC) fmt ./...
codeqa: govet misspell staticcheck test
codeqa: govet misspell test
govet:
$(CC) vet ./...