diff options
author | bodqhrohro <bodqhrohro@gmail.com> | 2019-11-25 01:20:07 +0300 |
---|---|---|
committer | bodqhrohro <bodqhrohro@gmail.com> | 2019-11-25 01:20:07 +0300 |
commit | d6f6207ebb3d5256256a7810a3d3d0bdc8ba04a5 (patch) | |
tree | d52c3e2f4c7b4a46505b882782d850d28988ca11 /Makefile | |
parent | 653b1bde94b89d91862007a18b8730ff58673f59 (diff) |
Refactoring: move SendPresence to xmpp/gateway package
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 + go test -v ./config ./ ./telegram ./xmpp/gateway lint: $(GOPATH)/bin/golint ./... |