File tree Expand file tree Collapse file tree 3 files changed +44
-0
lines changed Expand file tree Collapse file tree 3 files changed +44
-0
lines changed Original file line number Diff line number Diff line change 1+ <!--
2+ If you are reporting a new issue, make sure that we do not have any duplicates
3+ already open. You can ensure this by searching the issue list for this
4+ repository. If there is a duplicate, please close your issue and add a comment
5+ to the existing issue instead.
6+
7+ If you suspect your issue is a bug, please edit your issue description to
8+ include the BUG REPORT INFORMATION shown below. If you fail to provide this
9+ information within 7 days, we cannot debug your issue and will close it. We
10+ will, however, reopen it if you later provide the information.
11+
12+ ---------------------------------------------------
13+ BUG REPORT INFORMATION
14+ ---------------------------------------------------
15+ -->
16+
17+ ** Description**
18+
19+ <!--
20+ Briefly describe the problem you are having in a few paragraphs.
21+ -->
22+
23+ ** Steps to reproduce the issue:**
24+
25+ 1 .
26+ 2 .
27+ 3 .
28+
29+ ** Describe the results you received:**
30+
31+
32+ ** Describe the results you expected:**
33+
34+
35+ ** Additional information you deem important (e.g. issue happens only occasionally):**
36+
Original file line number Diff line number Diff line change 1+ // Copyright 2017 The toolkit Authors. All rights reserved.
2+ // Use of this source code is governed by a MIT License
3+ // license that can be found in the LICENSE file.
4+
15package multierror
26
37import "bytes"
Original file line number Diff line number Diff line change 1+ // Copyright 2017 The toolkit Authors. All rights reserved.
2+ // Use of this source code is governed by a MIT License
3+ // license that can be found in the LICENSE file.
4+
15package multierror_test
26
37import (
You can’t perform that action at this time.
0 commit comments