gb vendor fetch github.com/matrix-org/gomatrixserverlib/

This commit is contained in:
Mark Haines 2017-02-06 14:56:16 +00:00
parent 5b5c2091bf
commit a45a824f41
28 changed files with 8180 additions and 1 deletions

View file

@ -0,0 +1,9 @@
#! /bin/bash
set -eu
golint ./...
go fmt
go tool vet --all --shadow .
gocyclo -over 16 .
go test -timeout 5s . ./...