codapi/configs/commands/go.json

13 lines
217 B
JSON
Raw Normal View History

2024-04-03 08:53:25 +00:00
{
"run": {
"engine": "docker",
"entry": "main.go",
"steps": [
{
"box": "go",
"command": ["go", "run", "main.go"]
}
]
}
}