aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbodqhrohro <bodqhrohro@gmail.com>2019-11-25 01:20:07 +0300
committerbodqhrohro <bodqhrohro@gmail.com>2019-11-25 01:20:07 +0300
commitd6f6207ebb3d5256256a7810a3d3d0bdc8ba04a5 (patch)
treed52c3e2f4c7b4a46505b882782d850d28988ca11 /Makefile
parent653b1bde94b89d91862007a18b8730ff58673f59 (diff)
Refactoring: move SendPresence to xmpp/gateway package
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d53a133..662ce26 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ all:
go build -o telegabber
test:
- go test -v ./config ./ ./telegram ./xmpp
+ go test -v ./config ./ ./telegram ./xmpp/gateway
lint:
$(GOPATH)/bin/golint ./...