From 50b68e605fbb8efe8012c7446dc4f8efc56f9880 Mon Sep 17 00:00:00 2001 From: Guangming Luo Date: Fri, 14 Jun 2024 07:38:41 +0000 Subject: [PATCH] solution: add bytedance golang solution Go was introduced to ByteDance in 2014, and since then engineering teams across ByteDance have adopted Go to build products and services on a massive scale. Change-Id: I1554da05c15c3cc1f4a07414bb488764c8e2e3dd GitHub-Last-Rev: b6e24d5a64f5a0d5ffda5f9fffa48505369092ce GitHub-Pull-Request: golang/website#287 Reviewed-on: https://go-review.googlesource.com/c/website/+/592715 Auto-Submit: Ian Lance Taylor Reviewed-by: Cameron Balahan Reviewed-by: Carlos Amedee LUCI-TryBot-Result: Go LUCI --- _content/images/logos/bytedance_dark.svg | 1 + _content/images/logos/bytedance_light.svg | 1 + _content/solutions/bytedance.md | 13 +++++++++++++ 3 files changed, 15 insertions(+) create mode 100644 _content/images/logos/bytedance_dark.svg create mode 100644 _content/images/logos/bytedance_light.svg create mode 100644 _content/solutions/bytedance.md diff --git a/_content/images/logos/bytedance_dark.svg b/_content/images/logos/bytedance_dark.svg new file mode 100644 index 00000000..8b77ce9b --- /dev/null +++ b/_content/images/logos/bytedance_dark.svg @@ -0,0 +1 @@ +画板 3 \ No newline at end of file diff --git a/_content/images/logos/bytedance_light.svg b/_content/images/logos/bytedance_light.svg new file mode 100644 index 00000000..f0066f12 --- /dev/null +++ b/_content/images/logos/bytedance_light.svg @@ -0,0 +1 @@ +画板 2 \ No newline at end of file diff --git a/_content/solutions/bytedance.md b/_content/solutions/bytedance.md new file mode 100644 index 00000000..7b2cd9cc --- /dev/null +++ b/_content/solutions/bytedance.md @@ -0,0 +1,13 @@ +--- +linkTitle: Massive practice in Go at ByteDance +description: + Go was introduced to ByteDance in 2014, and since then engineering teams across ByteDance have adopted Go to build products and services on a massive scale. + As we went deeper, relatively mature microservice best practices under Go were developed and summarized, which then were open-sourced and named CloudWeGo since 2021. + Now 70% of microservices within ByteDance are written by Go. +company: ByteDance +series: Case Studies +logoSrc: bytedance_light.svg +logoSrcDark: bytedance_dark.svg +link: https://www.cloudwego.io/ +inLandingPageGrid: true +---