mirror of
https://github.com/matrix-org/gomatrix
synced 2025-05-22 15:33:23 +00:00
Added gitignore rules. Changed http methods from string to constants. Added easyjson for faster marshall/unmarshall json. Added constant fot message types
This commit is contained in:
parent
be2af5ef2e
commit
a33491b5cc
12 changed files with 5109 additions and 70 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -26,3 +26,9 @@ _testmain.go
|
|||
|
||||
# test editor files
|
||||
*.swp
|
||||
|
||||
# Jetbrains ide files
|
||||
.idea
|
||||
|
||||
# VsCode files
|
||||
.vscode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue