diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2022-04-01 04:42:12 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2022-04-01 04:42:12 +0300 |
commit | 17afd3f8c7a016d5103be949990efb695de865b5 (patch) | |
tree | 5fa9a3a0cbf418b7e4913e9aef2df3d5981030f3 /Makefile | |
parent | 5c238db1da48e6c1d51a3d00f6a661f99de03784 (diff) |
Limit the file storage by an optional quota
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ all: go build -o telegabber test: - go test -v ./config ./ ./telegram ./xmpp/gateway ./persistence ./telegram/formatter + go test -v ./config ./ ./telegram ./xmpp ./xmpp/gateway ./persistence ./telegram/formatter lint: $(GOPATH)/bin/golint ./... |