Skip to content

Commit d4270ad

Browse files
Update github/gen-iterators.go
Co-authored-by: Oleksandr Redko <oleksandr.red+github@gmail.com>
1 parent 78d5cf1 commit d4270ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

github/gen-iterators.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
375375
package {{.Package}}
376376

0 commit comments

Comments
 (0)