File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -363,14 +363,14 @@ func (t *templateData) dump() error {
363363 return processTemplate (testTmpl , "iterators_gen_test.go" )
364364}
365365
366- const source = `// Code generated by gen-iterators; DO NOT EDIT.
367-
368- // Copyright 2026 The go-github AUTHORS. All rights reserved.
366+ const source = `// Copyright {{.Year}} The go-github AUTHORS. All rights reserved.
369367//
370368// Use of this source code is governed by a BSD-style
371369// license that can be found in the LICENSE file.
372370
373-
371+ // Code generated by gen-iterators; DO NOT EDIT.
372+ // Instead, please run "go generate ./..." as described here:
373+ // https://github.com/google/go-github/blob/master/CONTRIBUTING.md#submitting-a-patch
374374
375375package {{.Package}}
376376
You can’t perform that action at this time.
0 commit comments