Switch to upstream gomatrix (#1219)

Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
Tilo Spannagel
2020-08-30 14:01:52 +02:00
committed by GitHub
parent a0741d99b8
commit f9928c9e25
22 changed files with 272 additions and 132 deletions

View File

@@ -1,9 +0,0 @@
language: go
go:
- 1.10.x
install:
- go get github.com/golang/lint/golint
- go get github.com/fzipp/gocyclo
- go get github.com/client9/misspell/...
- go get github.com/gordonklaus/ineffassign
script: ./hooks/pre-commit