2021-04-30 00:04:14 +03:00
|
|
|
main:
|
|
|
|
- name: Why Go
|
2021-05-17 20:28:04 +03:00
|
|
|
url: /solutions/
|
2022-07-09 02:00:47 +03:00
|
|
|
children:
|
|
|
|
- name: Case Studies
|
|
|
|
explanation: Common problems companies solve with Go
|
2022-09-29 01:53:57 +03:00
|
|
|
url: /solutions/case-studies
|
2022-07-09 02:00:47 +03:00
|
|
|
- name: Use Cases
|
|
|
|
explanation: Stories about how and why companies use Go
|
2022-09-29 01:53:57 +03:00
|
|
|
url: /solutions/use-cases
|
2023-04-12 09:17:54 +03:00
|
|
|
- name: Security
|
2022-07-09 02:00:47 +03:00
|
|
|
explanation: How Go can help keep you secure by default
|
2023-04-12 09:17:54 +03:00
|
|
|
url: /security/
|
2022-07-09 02:00:47 +03:00
|
|
|
- name: Learn
|
2021-05-17 20:28:04 +03:00
|
|
|
url: /learn/
|
2021-08-13 23:11:21 +03:00
|
|
|
- name: Docs
|
2021-11-17 23:57:04 +03:00
|
|
|
url: /doc/
|
2022-07-09 02:00:47 +03:00
|
|
|
children:
|
|
|
|
- name: Effective Go
|
|
|
|
explanation: Tips for writing clear, performant, and idiomatic Go code
|
|
|
|
url: /doc/effective_go
|
|
|
|
- name: Go User Manual
|
|
|
|
explanation: A complete introduction to building software with Go
|
|
|
|
url: /doc
|
|
|
|
- name: Standard library
|
|
|
|
explanation: Reference documentation for Go's standard library
|
|
|
|
url: https://pkg.go.dev/std
|
|
|
|
- name: Release Notes
|
|
|
|
explanation: Learn what's new in each Go release
|
|
|
|
url: /doc/devel/release
|
2021-08-13 23:11:21 +03:00
|
|
|
- name: Packages
|
2021-04-30 00:04:14 +03:00
|
|
|
url: https://pkg.go.dev
|
2022-07-09 02:00:47 +03:00
|
|
|
- name: Community
|
|
|
|
url: /example/
|
|
|
|
children:
|
|
|
|
- name: Recorded Talks
|
|
|
|
explanation: Videos from prior events
|
|
|
|
url: /talks/
|
|
|
|
- name: Meetups
|
|
|
|
explanation: Meet other local Go developers
|
|
|
|
url: https://www.meetup.com/pro/go
|
|
|
|
external: true
|
|
|
|
- name: Conferences
|
|
|
|
explanation: Learn and network with Go developers from around the world
|
2023-12-18 23:16:58 +03:00
|
|
|
url: /wiki/Conferences
|
2022-07-09 02:00:47 +03:00
|
|
|
external: true
|
|
|
|
- name: Go blog
|
|
|
|
explanation: The Go project's official blog.
|
|
|
|
url: /blog
|
|
|
|
- name: Go project
|
|
|
|
explanation: Get help and stay informed from Go
|
|
|
|
url: /help
|
|
|
|
- name: Get connected
|
|
|
|
socialIconsList:
|
|
|
|
[
|
|
|
|
{
|
|
|
|
img: google-groups.svg,
|
2023-06-30 22:19:44 +03:00
|
|
|
name: google-groups,
|
2022-07-09 02:00:47 +03:00
|
|
|
url: 'https://groups.google.com/g/golang-nuts',
|
|
|
|
},
|
2023-06-30 22:19:44 +03:00
|
|
|
{img: github.svg, darkImg: github-light.svg, name: github, url: 'https://github.com/golang',},
|
|
|
|
{img: twitter.svg, name: twitter, url: 'https://twitter.com/golang'},
|
|
|
|
{img: reddit.svg, name: reddit ,url: 'https://www.reddit.com/r/golang/'},
|
|
|
|
{img: slack.svg, name: slack, url: 'https://invite.slack.golangbridge.org/'},
|
2022-07-09 02:00:47 +03:00
|
|
|
{
|
|
|
|
img: stack-overflow.svg,
|
2023-06-30 22:19:44 +03:00
|
|
|
name: stack-overflow,
|
2023-02-23 22:06:42 +03:00
|
|
|
url: 'https://stackoverflow.com/tags/go',
|
2022-07-09 02:00:47 +03:00
|
|
|
},
|
|
|
|
]
|
2021-04-30 00:04:14 +03:00
|
|
|
|
|
|
|
footer:
|
|
|
|
- name: Why Go
|
2021-05-17 20:28:04 +03:00
|
|
|
url: /solutions/
|
2021-04-30 00:04:14 +03:00
|
|
|
children:
|
2022-07-09 02:00:47 +03:00
|
|
|
- name: Use Cases
|
2022-09-29 01:53:57 +03:00
|
|
|
url: /solutions/use-cases
|
2022-07-09 02:00:47 +03:00
|
|
|
- name: Case Studies
|
2022-09-29 01:53:57 +03:00
|
|
|
url: /solutions/case-studies
|
2021-04-30 00:04:14 +03:00
|
|
|
|
2021-08-13 23:11:21 +03:00
|
|
|
- name: Get Started
|
2021-05-17 20:28:04 +03:00
|
|
|
url: /learn/
|
2021-04-30 00:04:14 +03:00
|
|
|
children:
|
2022-07-09 02:00:47 +03:00
|
|
|
- name: Playground
|
|
|
|
url: /play
|
|
|
|
- name: Tour
|
|
|
|
url: /tour/
|
|
|
|
- name: Stack Overflow
|
|
|
|
url: https://stackoverflow.com/questions/tagged/go?tab=Newest
|
|
|
|
- name: Help
|
|
|
|
url: /help/
|
2021-04-30 00:04:14 +03:00
|
|
|
|
2021-08-13 23:11:21 +03:00
|
|
|
- name: Packages
|
2021-04-30 00:04:14 +03:00
|
|
|
url: https://pkg.go.dev
|
2021-11-23 23:47:55 +03:00
|
|
|
children:
|
2022-07-09 02:00:47 +03:00
|
|
|
- name: Standard Library
|
|
|
|
url: /pkg/
|
2022-11-10 18:11:07 +03:00
|
|
|
- name: About Go Packages
|
|
|
|
url: https://pkg.go.dev/about
|
2021-04-30 00:04:14 +03:00
|
|
|
|
|
|
|
- name: About
|
2021-11-23 23:47:55 +03:00
|
|
|
url: /project
|
2021-04-30 00:04:14 +03:00
|
|
|
children:
|
2022-07-09 02:00:47 +03:00
|
|
|
- name: Download
|
|
|
|
url: /dl/
|
|
|
|
- name: Blog
|
|
|
|
url: /blog/
|
|
|
|
- name: Issue Tracker
|
|
|
|
url: https://github.com/golang/go/issues
|
|
|
|
- name: Release Notes
|
|
|
|
url: /doc/devel/release
|
|
|
|
- name: Brand Guidelines
|
_content: add brand guidelines page: https://go.dev/brand
In 2018 Google filed for a trademark on the new Go Logo
(https://go.dev/blog/go-brand) and the word Go in the context of
programming languages (more specifically "Computer programs and
downloadable computer programs, namely compilers and reference
libraries, that implement a statically typed, compiled computer
programming language for use in developing, building and managing
other software.")
Since then we have not provided clear guidance about the permitted
uses of the logo and the word mark Go. This commit adds that guidance,
written by Google's trademark counsel and based on the Open Usage
Trademark Guidelines 0.1.0 [1], adapted for the Go project. We also
adapted some high-level text from the Python Software Foundation's
excellent Trademark Usage Policy [2]. The guidance in this commit will
be served at https://go.dev/brand and linked at the bottom of the menu
under "Brand Guidance" where there is currently a link to the blog
post.
As it says in the new web page, in general, we want the word mark “Go”
and the Go Logo to be used freely to refer to the Go programming
language. It is explicitly not a goal to restrict the many excellent
uses of the word Go in projects today. Instead the goal is to
authorize those excellent uses properly, to avoid any confusion or
doubt about whether they are proper.
As it also says in the new web page, anyone with questions can email
them to trademark@golang.org, which forwards to me and a few other
people at Google, and we will do our best to answer them.
[1] https://openusage.org/trademark-guidelines/
[2] https://www.python.org/psf/trademarks/
Fixes golang/go#58412.
Change-Id: I82aca152a4f33140b6f05eacd256de0d0ee686e9
Reviewed-on: https://go-review.googlesource.com/c/website/+/506756
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Russ Cox <rsc@golang.org>
2023-06-28 03:57:06 +03:00
|
|
|
url: /brand
|
2022-07-09 02:00:47 +03:00
|
|
|
- name: Code of Conduct
|
|
|
|
url: /conduct
|
2021-04-30 00:04:14 +03:00
|
|
|
|
|
|
|
- name: Connect
|
|
|
|
url: https://www.twitter.com/golang
|
|
|
|
children:
|
2022-07-09 02:00:47 +03:00
|
|
|
- name: Twitter
|
|
|
|
url: https://www.twitter.com/golang
|
|
|
|
- name: GitHub
|
|
|
|
url: https://github.com/golang
|
|
|
|
- name: Slack
|
|
|
|
url: https://invite.slack.golangbridge.org/
|
|
|
|
- name: r/golang
|
|
|
|
url: https://reddit.com/r/golang
|
|
|
|
- name: Meetup
|
|
|
|
url: https://www.meetup.com/pro/go
|
|
|
|
- name: Golang Weekly
|
|
|
|
url: https://golangweekly.com/
|