2025-04-24 17:11:09 +02:00
|
|
|
{
|
2025-04-25 23:32:19 +02:00
|
|
|
"name": "GoLand Dev Container",
|
|
|
|
|
"image": "golang:1.22",
|
|
|
|
|
"features": {},
|
|
|
|
|
"customizations": {
|
|
|
|
|
"jetbrains": {
|
|
|
|
|
"ide": "GoLand"
|
|
|
|
|
}
|
2025-04-24 17:11:09 +02:00
|
|
|
},
|
2025-04-25 23:32:19 +02:00
|
|
|
"workspaceFolder": "/workspace"
|
2025-04-24 17:11:09 +02:00
|
|
|
}
|
2025-04-25 23:32:19 +02:00
|
|
|
|