Registry / utility / google-go-dap

google-go-dap

JSON →
library0.12.0gogounverified

Package dap contains data types and code for the Debug Adapter Protocol (DAP) specification.

go get github.com/google/go-dap
INSTALL
IMPORT
SIG · GOOGLE-GO-DAP
G
google-go-dap
utilitygov0.12.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

dap
github.com/google/go-dap

Creates a DAP initialize request.

package main import ( "fmt" "github.com/google/go-dap" ) func main() { req := &dap.InitializeRequest{} req.Seq = 1 req.Type = "request" req.Command = "initialize" fmt.Printf("Request: %+v\n", req) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.12.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
google-go-dap — go get google-go-dap · libregistry