|
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 |
9 | 9 | url: https://cloud.google.com/go/home
|
10 |
| - - title: aws/client |
| 10 | + - title: AWS SDK for Go |
11 | 11 | url: https://aws.amazon.com/sdk-for-go/
|
12 |
| - - title: Azure/azure-sdk-for-go |
| 12 | + - title: Azure SDK for Go |
13 | 13 | 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 |
22 | 23 | url: https://github.com/spf13/cobra
|
23 |
| - - title: spf13/viper |
| 24 | + - title: Viper |
24 | 25 | url: https://github.com/spf13/viper
|
25 |
| - - title: urfave/cli |
| 26 | + - title: CLI |
26 | 27 | url: https://github.com/urfave/cli
|
27 |
| - - title: delve |
| 28 | + - title: Delve |
28 | 29 | url: https://github.com/go-delve/delve
|
29 |
| - - title: chzyer/readline |
| 30 | + - title: Readline |
30 | 31 | 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 |
39 | 41 | url: /pkg/net/http/
|
40 |
| - - title: html/template |
| 42 | + - title: HTML Templates |
41 | 43 | url: /pkg/html/template/
|
42 |
| - - title: flosch/pongo2 |
| 44 | + - title: Pongo2 |
43 | 45 | url: https://github.com/flosch/pongo2
|
44 |
| - - title: database/sql |
| 46 | + - title: SQL |
45 | 47 | url: /pkg/database/sql/
|
46 |
| - - title: elastic/go-elasticsearch |
| 48 | + - title: Elasticsearch |
47 | 49 | 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 |
56 | 59 | url: https://github.com/open-telemetry/opentelemetry-go
|
57 |
| - - title: istio/istio |
| 60 | + - title: Istio |
58 | 61 | url: https://github.com/istio/istio
|
59 |
| - - title: urfave/cli |
| 62 | + - title: CLI |
60 | 63 | url: https://github.com/urfave/cli
|
0 commit comments