We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b6e84b commit 1e0d4eeCopy full SHA for 1e0d4ee
go/analysis/checker/example_test.go
@@ -2,6 +2,8 @@
2
// Use of this source code is governed by a BSD-style
3
// license that can be found in the LICENSE file.
4
5
+//go:build !wasm
6
+
7
// The example command demonstrates a simple go/packages-based
8
// analysis driver program.
9
package checker_test
0 commit comments