mirror of
https://github.com/status-im/status-go.git
synced 2025-01-23 05:00:35 +00:00
679391999f
* feat_: LogOnPanic linter * fix_: add missing defer LogOnPanic * chore_: make vendor * fix_: tests, address pr comments * fix_: address pr comments
8 lines
279 B
Go
8 lines
279 B
Go
// SPDX-FileCopyrightText: 2019 The Go Language Server Authors
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
// Package jsonrpc2 is an implementation of the JSON-RPC 2 specification for Go.
|
|
//
|
|
// https://www.jsonrpc.org/specification
|
|
package jsonrpc2 // import "go.lsp.dev/jsonrpc2"
|