Go to file
Devon H. O'Dell 1023446303 [go] Disable TestTracebackAll on Fuchsia
This test has flaked since pprof support was implemented and we're no
closer to fixing it than we were ~4 years ago. Netstack2 isn't being
actively developed and pprof isn't necessary for current work. We're
unlikely to need to fix this, so we'll go back to skipping this test for
now.

Bug: 42076117
Change-Id: I1814ccc4c03e54de16965830240fbae0aacfa8ab
Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/go/+/1040673
Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>
Reviewed-by: Bruno Dal Bo <brunodalbo@google.com>
Reviewed-by: Devon H. O'Dell <dhobsd@google.com>
Fuchsia-Auto-Submit: Devon H. O'Dell <dhobsd@google.com>
2024-05-01 15:31:44 +00:00
.github doc: normalize proposal-process links 2023-03-29 22:00:27 +00:00
api [regen] Set --available to HEAD when invoking fidlc 2024-01-02 19:27:04 +00:00
doc [release-branch.go1.21] runtime: add the disablethp GODEBUG setting 2024-01-04 17:32:44 +00:00
lib/time lib/time: update to 2023c/2023c 2023-05-03 20:14:11 +00:00
makefuchsia [fxbug.dev] Migrate bug numbers 2024-01-27 00:29:52 +00:00
makeroot [go][build] Correct variable name to mixedCaps 2024-04-09 23:55:50 +00:00
meta [inspect][third_party] Route InspectSink in go 2023-07-10 23:10:10 +00:00
misc Merge tag 'go1.21.4' into HEAD 2023-12-11 11:52:19 -08:00
src [go] Disable TestTracebackAll on Fuchsia 2024-05-01 15:31:44 +00:00
test [release-branch.go1.21] cmd/compile: fix escape analysis of string min/max 2023-12-06 21:31:12 +00:00
.gitattributes all: treat all files as binary, but check in .bat with CRLF 2020-06-08 15:31:43 +00:00
.gitignore internal/platform,cmd/dist: export the list of supported platforms 2023-06-22 19:44:52 +00:00
BUILD.gn [build] Remove invalid dependencies on packages 2024-04-09 23:10:46 +00:00
codereview.cfg [release-branch.go1.21] update codereview.cfg for release-branch.go1.21 2023-06-14 20:26:29 +00:00
CONTRIBUTING.md doc: normalize proposal-process links 2023-03-29 22:00:27 +00:00
go.env cmd/go: additional doc-inspired tests and bug fixes 2023-06-06 19:18:46 +00:00
LICENSE doc: revert copyright date to 2009 2016-06-01 22:40:04 +00:00
METADATA.textproto Add METADATA file 2024-04-10 21:43:16 +00:00
OWNERS [go] Make netstack team owners 2023-11-20 22:22:25 +00:00
PATENTS LICENSE: separate, change PATENTS text 2010-12-06 16:31:59 -05:00
README.md README: update from CC-BY-3.0 to CC-BY-4.0 2022-11-02 20:14:56 +00:00
regen-api Fix regen-api python invocation 2023-09-30 00:47:40 +00:00
regen-api.py Regenerate APIs 2023-02-02 19:53:33 +00:00
regen-fidl [regen] Set --available to HEAD when invoking fidlc 2024-01-02 19:27:04 +00:00
regen-syscalls [regen] Set --available to HEAD when invoking fidlc 2024-01-02 19:27:04 +00:00
SECURITY.md SECURITY.md: replace golang.org with go.dev 2022-04-26 19:59:47 +00:00
UPGRADE.md Document how to conduct upgrades 2023-02-24 22:23:36 +00:00
VERSION [release-branch.go1.21] go1.21.8 2024-03-05 17:38:51 +00:00

The Go Programming Language

Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.

Gopher image Gopher image by Renee French, licensed under Creative Commons 4.0 Attributions license.

Our canonical Git repository is located at https://go.googlesource.com/go. There is a mirror of the repository at https://github.com/golang/go.

Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.

Download and Install

Binary Distributions

Official binary distributions are available at https://go.dev/dl/.

After downloading a binary release, visit https://go.dev/doc/install for installation instructions.

Install From Source

If a binary distribution is not available for your combination of operating system and architecture, visit https://go.dev/doc/install/source for source installation instructions.

Contributing

Go is the work of thousands of contributors. We appreciate your help!

To contribute, please read the contribution guidelines at https://go.dev/doc/contribute.

Note that the Go project uses the issue tracker for bug reports and proposals only. See https://go.dev/wiki/Questions for a list of places to ask questions about the Go language.