1
0
Fork 0
mirror of https://github.com/sourcegraph/jsonrpc2.git synced 2026-08-16 10:08:12 +02:00

initial commit

This commit is contained in:
Quinn Slack 2016-10-11 15:56:18 +02:00
commit c04eec1600
8 changed files with 1285 additions and 0 deletions

7
.travis.yml Normal file
View file

@ -0,0 +1,7 @@
language: go
go:
- release
- tip
script:
- go test -race -v ./...