File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
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
- //go:build !aix && !plan9
6
- // +build !aix,!plan9
5
+ //go:build !aix && !plan9 && !wasm
6
+ // +build !aix,!plan9,!wasm
7
7
8
- // (https://golang.org /issue/32839)
8
+ // (go.dev /issue/32839)
9
9
10
10
package main
11
11
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 and plan9 for now: github.com/chzyer/readline doesn't support them .
6
- // (https://golang.org /issue/32839)
5
+ // Skip some ports that github.com/chzyer/readline doesn't support.
6
+ // (See go.dev /issue/32839. )
7
7
//
8
- //go:build !aix && !plan9
9
- // +build !aix,!plan9
8
+ //go:build !aix && !plan9 && !wasm
9
+ // +build !aix,!plan9,!wasm
10
10
11
11
// The viewcore tool is a command-line tool for exploring the state of a Go process
12
12
// that has dumped core.
You can’t perform that action at this time.
0 commit comments