Skip to content

Commit

Permalink
Merge pull request #13 from edwarnicke/comment
Browse files Browse the repository at this point in the history
Make Generated File Comment Adhere to Golang Spec
  • Loading branch information
edwarnicke authored Feb 3, 2021
2 parents 93c9485 + 68e81b5 commit b9aefcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
)

const (
importsGoTmpl = `// DO NOT EDIT - generated by github.com/edwarnicke/imports-gen
importsGoTmpl = `// Code generated by github.com/edwarnicke/imports-gen DO NOT EDIT.
package {{ .Package }}
import (
Expand Down

0 comments on commit b9aefcb

Please sign in to comment.