aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbodqhrohro <bodqhrohro@gmail.com>2020-01-10 00:16:40 +0300
committerbodqhrohro <bodqhrohro@gmail.com>2020-01-10 00:16:40 +0300
commit70383bee128b11451211e514200b23f47bf272db (patch)
treebfc56f26264e206e66e4a6c150f70cf8625e8d66 /Makefile
parentb8fcac6ae24dd5e07f366741f0f282f33b18b503 (diff)
Convert formatting entities to Markdown
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6ea87f9..837be39 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ all:
go build -o telegabber
test:
- go test -v ./config ./ ./telegram ./xmpp/gateway ./persistence
+ go test -v ./config ./ ./telegram ./xmpp/gateway ./persistence ./telegram/formatter
lint:
$(GOPATH)/bin/golint ./...