Skip to content

chore: add cmd/debug-server.go

Dylan Griffith requested to merge test-server into main

This is a simple debug server you can run like:

$ go run cmd/debug-server.go

It will read a JSON string from STDIN and send it to the executor and print out the response from the executor:

debug-server

Merge request reports