From 17afd3f8c7a016d5103be949990efb695de865b5 Mon Sep 17 00:00:00 2001 From: Bohdan Horbeshko Date: Thu, 31 Mar 2022 21:42:12 -0400 Subject: Limit the file storage by an optional quota --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 837be39..1f75f76 100644 --- a/Makefile +++ b/Makefile @@ -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 ./... -- cgit v1.2.3