Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
and remove README.

Change-Id: I51ee6ce6dec9fdab228b9de3d2a3a95535c36b85
Reviewed-on: https://go-review.googlesource.com/121002
Reviewed-by: Ian Lance Taylor <iant@golang.org>
  • Loading branch information
hyangah committed Jun 26, 2018
1 parent a17c402 commit 44d465d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 0 additions & 1 deletion README

This file was deleted.

12 changes: 12 additions & 0 deletions README.md
@@ -0,0 +1,12 @@
# Go Debug
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.

#### Report Issues & Send Changes
* 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 tools repository is located at https://github.com/golang/go/issues.
Prefix your issue with "x/debug/(your subdir):" in the subject line, so it is easy to find.
* Feature requests should preliminary be discussed on [golang-nuts](https://groups.google.com/forum/#!forum/golang-nuts) mailing list.

0 comments on commit 44d465d

Please sign in to comment.