commit | dd944dc4679d116d87ee833dba10d269c0eb3fa7 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Fri Jul 22 11:10:15 2022 -0400 |
committer | Russ Cox <rsc@golang.org> | Fri Jul 22 15:52:18 2022 +0000 |
tree | 950c92f7d0cf453f4fcc02f2749fca702f20644d | |
parent | 405b15585a2cda2c4762f889979a222bedb9eb32 [diff] |
A+C: delete AUTHORS and CONTRIBUTORS In 2009, Google's open-source lawyers asked us to create the AUTHORS file to define "The Go Authors", and the CONTRIBUTORS file was in keeping with open source best practices of the time. Re-reviewing our repos now in 2022, the open-source lawyers are comfortable with source control history taking the place of the AUTHORS file, and most open source projects no longer maintain CONTRIBUTORS files. To ease maintenance, remove AUTHORS and CONTRIBUTORS from all repos. For golang/go#53961. Change-Id: I1907cd5408797c665ff240bc8fa169f425911c06 Reviewed-on: https://go-review.googlesource.com/c/debug/+/418917 Reviewed-by: David Chase <drchase@google.com> Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
This repository holds utilities and libraries for debugging Go programs.
WARNING! Please expect breaking changes and unstable APIs. Most of them are currently are at an early, experimental stage.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the debug repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/debug:” in the subject line, so it is easy to find.