{ "name": "GoLand Dev Container", "image": "golang:1.22", "features": {}, "customizations": { "jetbrains": { "ide": "GoLand" } }, "mounts": [ "source=${localWorkspaceFolder},target=/workspace,type=bind" ], "workspaceFolder": "/workspace" }