learnlytics-go/templ/lsp/jsonrpc2/jsonrpc2.go
2025-03-20 12:35:13 +01:00

8 lines
293 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 "github.com/a-h/templ/lsp/jsonrpc2"