Skip to content

Commit

Permalink
added codegen comment to reflect main (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
pshopper authored Oct 11, 2023
1 parent 5536487 commit bdd3140
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mockgen/reflect.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ type reflectData struct {
// gob encoding of a model.Package to standard output.
// JSON doesn't work because of the model.Type interface.
var reflectProgram = template.Must(template.New("program").Parse(`
// Code generated by MockGen. DO NOT EDIT.
package main
import (
Expand Down

0 comments on commit bdd3140

Please sign in to comment.