Skip to content

Commit

Permalink
added codegen comment to reflect main
Browse files Browse the repository at this point in the history
  • Loading branch information
pshopper committed Oct 7, 2023
1 parent 7842e1d commit 4d012a6
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 4d012a6

Please sign in to comment.