aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/build_plugin_non_main.txt
blob: e0bbbefb19418ba922be4c877b2d398d3da89dd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Plugins are not supported on all platforms.
[!buildmode:plugin] skip

go build -n testdep
! go build -buildmode=plugin testdep
stderr '-buildmode=plugin requires exactly one main package'

-- go.mod --
module testdep

go 1.16
-- testdep.go --
package p