matrix-org / gomatrix

A Golang Matrix client
Apache License 2.0
285 stars 53 forks source link

Update Login and Logout to r0.6.0 #73

Closed f4814 closed 4 years ago

f4814 commented 4 years ago

~This also adds a go.mod file. I hope this is wanted.~

t3chguy commented 4 years ago

This also adds a go.mod file. I hope this is wanted.

probably not: https://github.com/matrix-org/gomatrix/pull/71#discussion_r362793497

f4814 commented 4 years ago

Okay. I removed the go.mod commit. Is it possible, that the pre-commit hook is broken? go tool vet --all --shadow . complains about flag provided but not defined: -shadow.