Skip to content

Commit 742d688

Browse files
committed
Optimize Go section for better clarity and conciseness
1 parent 4c30940 commit 742d688

File tree

1 file changed

+47
-44
lines changed

1 file changed

+47
-44
lines changed

Diff for: _content/resources.yaml

+47-44
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,63 @@
1-
- title: Cloud & Network Services
2-
description: "With a strong ecosystem of tools and APIs on major cloud providers, it is easier than ever to build services with Go."
3-
link: /solutions/cloud/
4-
icon: /images/icons/sphere.svg
5-
iconDark: /images/icons/sphere-dark.svg
6-
iconName: Sphere
7-
packages:
8-
- title: cloud.google.com/go
1+
- title: Cloud & Network Services
2+
description: "With a strong ecosystem of tools and APIs on major cloud providers, it is easier than ever to build services with Go."
3+
link: /solutions/cloud/
4+
icon: /images/icons/sphere.svg
5+
iconDark: /images/icons/sphere-dark.svg
6+
iconName: Sphere
7+
packages:
8+
- title: Google Cloud
99
url: https://cloud.google.com/go/home
10-
- title: aws/client
10+
- title: AWS SDK for Go
1111
url: https://aws.amazon.com/sdk-for-go/
12-
- title: Azure/azure-sdk-for-go
12+
- title: Azure SDK for Go
1313
url: https://github.com/Azure/azure-sdk-for-go
14-
- title: Command-line Interfaces
15-
description: "With popular open source packages and a robust standard library, use Go to create fast and elegant CLIs."
16-
link: /solutions/clis/
17-
icon: /images/icons/command-folder.svg
18-
iconDark: /images/icons/command-folder-dark.svg
19-
iconName: Command Line
20-
packages:
21-
- title: spf13/cobra
14+
15+
- title: Command-line Interfaces
16+
description: "With popular open source packages and a robust standard library, use Go to create fast and elegant CLIs."
17+
link: /solutions/clis/
18+
icon: /images/icons/command-folder.svg
19+
iconDark: /images/icons/command-folder-dark.svg
20+
iconName: Command Line
21+
packages:
22+
- title: Cobra
2223
url: https://github.com/spf13/cobra
23-
- title: spf13/viper
24+
- title: Viper
2425
url: https://github.com/spf13/viper
25-
- title: urfave/cli
26+
- title: CLI
2627
url: https://github.com/urfave/cli
27-
- title: delve
28+
- title: Delve
2829
url: https://github.com/go-delve/delve
29-
- title: chzyer/readline
30+
- title: Readline
3031
url: https://github.com/chzyer/readline
31-
- title: Web Development
32-
description: "With enhanced memory performance and support for several IDEs, Go powers fast and scalable web applications."
33-
link: /solutions/webdev/
34-
icon: /images/icons/code.svg
35-
iconDark: /images/icons/code-dark.svg
36-
iconName: Code
37-
packages:
38-
- title: net/http
32+
33+
- title: Web Development
34+
description: "With enhanced memory performance and support for several IDEs, Go powers fast and scalable web applications."
35+
link: /solutions/webdev/
36+
icon: /images/icons/code.svg
37+
iconDark: /images/icons/code-dark.svg
38+
iconName: Code
39+
packages:
40+
- title: HTTP
3941
url: /pkg/net/http/
40-
- title: html/template
42+
- title: HTML Templates
4143
url: /pkg/html/template/
42-
- title: flosch/pongo2
44+
- title: Pongo2
4345
url: https://github.com/flosch/pongo2
44-
- title: database/sql
46+
- title: SQL
4547
url: /pkg/database/sql/
46-
- title: elastic/go-elasticsearch
48+
- title: Elasticsearch
4749
url: https://github.com/elastic/go-elasticsearch
48-
- title: DevOps & Site Reliability
49-
description: "With fast build times, lean syntax, an automatic formatter and doc generator, Go is built to support both DevOps and SRE."
50-
link: /solutions/devops/
51-
icon: /images/icons/gear.svg
52-
iconDark: /images/icons/gear-dark.svg
53-
iconName: Sphere
54-
packages:
55-
- title: open-telemetry/opentelemetry-go
50+
51+
- title: DevOps & Site Reliability
52+
description: "With fast build times, lean syntax, an automatic formatter and doc generator, Go is built to support both DevOps and SRE."
53+
link: /solutions/devops/
54+
icon: /images/icons/gear.svg
55+
iconDark: /images/icons/gear-dark.svg
56+
iconName: Gear
57+
packages:
58+
- title: OpenTelemetry
5659
url: https://github.com/open-telemetry/opentelemetry-go
57-
- title: istio/istio
60+
- title: Istio
5861
url: https://github.com/istio/istio
59-
- title: urfave/cli
62+
- title: CLI
6063
url: https://github.com/urfave/cli

0 commit comments

Comments
 (0)