Andrew Morgan d4918b83c6
Backup and restore go.mod & go.sum during linting (#735)
Every time before sending a PR I like to run ./scripts/build-test-lint.sh to make sure the CI won't complain about anything.

The problem is that this script attempts to install golangci-lint, which causes modifications to go.mod/go.sum. This PR backs up and restores those files before and after linting.

Ideally instead of this hacky backing up/restoring we'd use go gets -mod=readonly option, but that still modifies go.sum. This will be fixed in go 1.13 apparently. golang/go#30667
2019-07-12 14:23:27 +01:00
2019-05-24 15:00:03 +01:00
2019-07-03 16:38:50 +01:00
2019-06-19 14:05:03 +01:00
2019-07-03 16:38:50 +01:00
2019-07-03 16:38:50 +01:00
2019-07-03 16:38:50 +01:00
2017-08-05 02:25:40 +01:00
2019-06-24 13:35:29 +01:00
2017-10-10 09:33:41 +01:00
2019-07-03 16:38:50 +01:00
2019-07-03 16:38:50 +01:00

Dendrite Build Status CircleCI Dendrite Dev on Matrix Dendrite on Matrix

Dendrite will be a matrix homeserver written in go.

It's still very much a work in progress, but installation instructions can be found in INSTALL.md

An overview of the design can be found in DESIGN.md

Contributing

Everyone is welcome to help out and contribute! See CONTRIBUTING.md to get started!

We aim to try and make it as easy as possible to jump in.

Discussion

For questions about Dendrite we have a dedicated room on Matrix #dendrite:matrix.org. Development discussion should happen in #dendrite-dev:matrix.org.

Progress

There's plenty still to do to make Dendrite usable! We're tracking progress in a project board.

Description
Dendrite is a second-generation Matrix homeserver written in Go!
Readme Pixar 45 MiB
Languages
Go 99%
Dockerfile 0.3%
Shell 0.2%
JavaScript 0.2%
Python 0.2%