blob: 59a2f5786bc0359533d007b9f166c73aee13939a [file] [log] [blame]
[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"