Skip to content

Commit ade1b2a

Browse files
markphipgithub-actions
andauthored
Automated documentation update [skip ci] (#34)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 143f147 commit ade1b2a

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

src/go/README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
2+
# Go (go)
3+
4+
Installs Go and common Go utilities. Auto-detects latest version and installs needed dependencies.
5+
6+
## Example Usage
7+
8+
```json
9+
"features": {
10+
"ghcr.io/microsoft/codespace-features/go:1": {}
11+
}
12+
```
13+
14+
## Options
15+
16+
| Options Id | Description | Type | Default Value |
17+
|-----|-----|-----|-----|
18+
| version | Select or enter a Go version to install | string | latest |
19+
| golangciLintVersion | Version of golangci-lint to install | string | latest |
20+
21+
## Customizations
22+
23+
### VS Code Extensions
24+
25+
- `golang.Go`
26+
27+
28+
29+
## OS Support
30+
31+
This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed
32+
as well as Azure Linux (Mariner) with the `tdnf` package manager installed.
33+
34+
`bash` is required to execute the `install.sh` script.
35+
36+
---
37+
38+
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/microsoft/codespace-features/blob/main/src/go/devcontainer-feature.json). Add additional notes to a `NOTES.md`._

0 commit comments

Comments
 (0)