fiber-fragments/.devcontainer/devcontainer.json

15 строки
259 B
JSON

{
"name": "github/fiber-fragments",
"image": "mcr.microsoft.com/vscode/devcontainers/go:latest",
"forwardPorts": [8080],
"appPort": [8080],
"portsAttributes": {
"8080": {
"label": "web"
}
},
"extensions": [
"golang.Go"
],
}