We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b9481 commit 77c4c16Copy full SHA for 77c4c16
doc.go
@@ -0,0 +1,6 @@
1
+// Copyright 2020 The go-language-server Authors. All rights reserved.
2
+// Use of this source code is governed by a BSD-style
3
+// license that can be found in the LICENSE file.
4
+
5
+// Package jsonrpc2 is an implementation of the JSON-RPC 2 specification for Go.
6
+package jsonrpc2
jsonrpc2.go
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// Package jsonrpc2 is an implementation of the JSON-RPC 2 specification for Go.
package jsonrpc2
7
8
import (
0 commit comments