diff options
author | bodqhrohro <bodqhrohro@gmail.com> | 2020-01-10 00:16:40 +0300 |
---|---|---|
committer | bodqhrohro <bodqhrohro@gmail.com> | 2020-01-10 00:16:40 +0300 |
commit | 70383bee128b11451211e514200b23f47bf272db (patch) | |
tree | bfc56f26264e206e66e4a6c150f70cf8625e8d66 /Makefile | |
parent | b8fcac6ae24dd5e07f366741f0f282f33b18b503 (diff) |
Convert formatting entities to Markdown
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 + go test -v ./config ./ ./telegram ./xmpp/gateway ./persistence ./telegram/formatter lint: $(GOPATH)/bin/golint ./... |