Go to file
SUMUKHA-PK c58e5d92a5 Tag->TagContent 2019-03-26 22:25:57 +05:30
hooks Add misspell and ineffassign to the pre-commit hooks 2017-06-12 19:37:49 +01:00
.gitignore Initial commit 2016-11-29 16:35:32 +00:00
.travis.yml gofmt is different between go versions and makes everything break 2019-01-30 12:20:48 +00:00
LICENSE Initial commit 2016-11-29 16:35:32 +00:00
README.md aWOOGA 2016-12-02 15:42:13 +00:00
client.go Build issues resolved 2019-03-26 21:24:26 +05:30
client_examples_test.go Actually run all the golint tests 2017-01-06 15:33:33 +00:00
client_test.go Test response URL 2017-02-15 23:05:35 +00:00
events.go Expose `unsigned` on events 2018-07-06 21:26:17 -06:00
filter.go Added default filter values & filter validation (#46) 2018-05-09 13:37:21 +01:00
requests.go Typing notifications 2017-04-25 10:11:59 +01:00
responses.go Merge pull request #56 from DzananGanic/master 2019-03-08 11:30:50 +00:00
room.go Check that event is a state event. 2017-04-20 14:41:29 +01:00
store.go Make the rooms map 2016-12-01 14:52:55 +00:00
sync.go Check that StateKey is not nil / null 2017-04-20 21:29:44 +01:00
tags.go Tag->TagContent 2019-03-26 22:25:57 +05:30
userids.go gofmt is different between go versions and makes everything break 2019-01-30 12:20:48 +00:00
userids_examples_test.go Add userid example functions 2016-12-08 17:41:35 +00:00
userids_test.go Add user ID handling methods 2016-12-06 14:24:27 +00:00

README.md

gomatrix

GoDoc

A Golang Matrix client.

THIS IS UNDER ACTIVE DEVELOPMENT: BREAKING CHANGES ARE FREQUENT.