aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/generate_bad_imports.txt
blob: 59a2f5786bc0359533d007b9f166c73aee13939a (plain)
1
2
3
4
5
6
7
8
9
10
11
[windows] skip # skip because windows has no echo command

go generate gencycle
stdout 'hello world' # check go generate gencycle ran the generator

-- gencycle/gencycle.go --
//go:generate echo hello world

package gencycle

import _ "gencycle"