mirror of
https://github.com/sourcegraph/jsonrpc2.git
synced 2026-06-16 04:04:56 +02:00
add go module, simplify some cleanups
This commit is contained in:
parent
456318691a
commit
375ca94e9c
4 changed files with 11 additions and 13 deletions
5
go.mod
Normal file
5
go.mod
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
module github.com/sourcegraph/jsonrpc2
|
||||
|
||||
go 1.13
|
||||
|
||||
require github.com/gorilla/websocket v1.4.1
|
||||
Loading…
Add table
Add a link
Reference in a new issue