aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/generate/test4.go
blob: 6dae0486eb45300eec1842a3bacb561d89f3184c (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright 2015 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// Test -run flag

//go:generate echo oh yes my man
//go:generate echo no, no, a thousand times no

package p