File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
- // +build !aix
5
+ // +build !aix,!plan9
6
6
// (https://golang.org/issue/32839)
7
7
8
8
package main
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
- // Skip aix for now: github.com/chzyer/readline doesn't support it .
5
+ // Skip aix and plan9 for now: github.com/chzyer/readline doesn't support them .
6
6
// (https://golang.org/issue/32839)
7
7
//
8
- // +build !aix
8
+ // +build !aix,!plan9
9
9
10
10
// The viewcore tool is a command-line tool for exploring the state of a Go process
11
11
// that has dumped core.
You can’t perform that action at this time.
0 commit comments