commit | 89a1939e1c09f35a21ada2ef0c5c64c55e4ab772 | [log] [tgz] |
---|---|---|
author | cui fliter <imcusg@gmail.com> | Fri Sep 16 02:10:17 2022 +0000 |
committer | Gopher Robot <gobot@golang.org> | Mon Sep 19 16:54:56 2022 +0000 |
tree | 0d259192056a45bcb50be2c295878f1df0ec15dd | |
parent | f87892dd795c4676656be5c41a5787db8ff17252 [diff] |
all: replace io/ioutil with io and os package For golang/go#45557 Change-Id: Ia95cb5fca120899b6643639dabe8e8ae99eaf193 GitHub-Last-Rev: 529b29f971f53560b71650dbc92ed33ef94a8c18 GitHub-Pull-Request: golang/debug#16 Reviewed-on: https://go-review.googlesource.com/c/debug/+/430857 Run-TryBot: Ian Lance Taylor <iant@google.com> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Meng Zhuo <mzh@golangcn.org> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com> Run-TryBot: Meng Zhuo <mzh@golangcn.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.