Skip to content

Commit 77c4c16

Browse files
committed
doc: move package top level synopsis to doc.go
1 parent 35b9481 commit 77c4c16

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

doc.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
// Package jsonrpc2 is an implementation of the JSON-RPC 2 specification for Go.
65
package jsonrpc2
76

87
import (

0 commit comments

Comments
 (0)